zeronet/src/Test/pytest.ini
2019-11-19 01:39:16 +01:00

6 lines
177 B
INI

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