mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 04:33:29 +00:00
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
This commit is contained in:
7
tests/conftest.py
Normal file
7
tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def pytest_addoption(parser):
|
||||
parser.addoption(
|
||||
"--run-slow",
|
||||
action="store_true",
|
||||
default=False,
|
||||
help="Run slow tests",
|
||||
)
|
||||
Reference in New Issue
Block a user