7019 FIX NagVis: Updated to 1.9.11
[check_mk.git] / pytest.ini
blob88b64f4e8d17d253be7c332cf5b6a6227ab18bba
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 addopts = -p no:stepwise -p no:cacheprovider -rs -v --maxfail=1
6 # Register some markers to classify the tests
7 # TODO: Are they used? Clean them up
8 markers =
9 html_gentest: Generate test cases for htmllib refactoring.
10 checks: Run all existing test cases for checks.
11 filterwarnings =
12 ignore::ImportWarning