voicemeeter-api-python/tests/conftest.py

8 lines
163 B
Python
Raw Normal View History

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