mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-03-08 02:59:10 +00:00
8 lines
163 B
Python
8 lines
163 B
Python
def pytest_addoption(parser):
|
|
parser.addoption(
|
|
'--run-slow',
|
|
action='store_true',
|
|
default=False,
|
|
help='Run slow tests',
|
|
)
|