ZeroNet/src/Test/pytest.ini

7 lines
176 B
INI

[pytest]
python_files = Test*.py
addopts = -rsxX -v --durations=6 --no-print-logs --capture=fd
markers =
slow: mark a tests as slow.
webtest: mark a test as a webtest.