Files
seedPass/pytest.ini
2025-07-01 22:51:11 -04:00

12 lines
284 B
INI

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