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
8 checks
: Run all existing test cases for checks.