ZeroNet/src/Test/pytest.ini

7 lines
176 B
INI
Raw Normal View History

2023-09-02 08:10:50 +02:00
[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.