Files
seedPass/pytest.ini
2025-08-06 08:36:48 -04:00

13 lines
322 B
INI

[pytest]
addopts = -n auto
log_cli = true
log_cli_level = WARNING
log_level = WARNING
testpaths = src/tests tests
markers =
network: tests that require network connectivity
stress: long running stress tests
desktop: desktop only tests
filterwarnings =
ignore::DeprecationWarning:multiprocessing.popen_fork