zeronet/src/Test/pytest.ini
2019-12-17 14:32:43 +01:00

6 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.