Netcup Server
ops: commit netcup-specific docs, config, and M3 Bayesian reputation on netcup mainline
846b6be
Raw
History Blame Contribute Delete
247 Bytes
[pytest]
python_files = test_*.py *_test.py
python_functions = test_*
python_classes = Test*
asyncio_mode = auto
testpaths = tests
markers =
integration: marks tests as integration tests (require running services)
slow: marks tests as slow