voicemeeter-api-python/tests/conftest.py
onyx-and-iris 312d5847ef fx, xy unit tests added to higher.
add --run-slow flag for pytest in conftest.py

run --run-slow in pre-commit

call tests.command.reset() before each test run
2022-07-16 21:22:45 +01:00

8 lines
163 B
Python

def pytest_addoption(parser):
parser.addoption(
"--run-slow",
action="store_true",
default=False,
help="Run slow tests",
)