Skip to content

conftest

Pytest configuration for typed-ffmpeg scripts.

Functions:

Name Description
pytest_addoption

Add custom command line options to pytest.

pytest_runtest_setup

Set up test execution with custom options.

pytest_addoption

pytest_addoption(parser: Parser) -> None

Add custom command line options to pytest.

Parameters:

Name Type Description Default
parser Parser

The pytest argument parser

required

pytest_runtest_setup

pytest_runtest_setup(item: Item) -> None

Set up test execution with custom options.

Parameters:

Name Type Description Default
item Item

The pytest test item

required