vban-cmd-python/tests/conftest.py
Onyx and Iris bc2cd3e7a5 test against localhost
run tests through formatter

remove sel test from bus bool params
2025-01-17 15:01:40 +00:00

8 lines
163 B
Python

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