Cleanup config.nodes_of
[check_mk.git] / pytest.ini
blobcd37c98625b904bddec96da39ab5820e2fbf60a8
1 [pytest]
2 testpaths = tests
3 # -p no:cacheprovider -> Disable caching. This is needed to make the
4 # integration tests work which are executed as site user.
5 # --durations=10: Show the 10 slowest tests
6 addopts = -p no:cacheprovider -rs -v --maxfail=1 --durations=10
7 markers =
8 checks: Run all existing test cases for checks.
9 filterwarnings =
10 ignore::ImportWarning