ZeroNet/src/Test/pytest.ini

6 lines
146 B
INI

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