prodir/setup.cfg

11 lines
234 B
INI

[tool:pytest]
minversion = 6.0
addopts = -ra -q
testpaths =
tests
python_files =
test_*.py
*_test.py
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
integration: marks tests as integration tests