mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-05 05:48:42 +00:00
13 lines
316 B
INI
13 lines
316 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
|
|
desktop: desktop only tests
|
|
filterwarnings =
|
|
ignore::DeprecationWarning:multiprocessing.popen_fork
|