monitoring/pytest.ini

6 lines
118 B
INI

[pytest]
testpaths = tests
python_files = test*.py
addopts = -rsxX -l --tb=short --strict-markers
xfail_strict = true