Add slowest tests to testrun

This commit is contained in:
Markus Unterwaditzer 2018-01-15 21:23:09 +01:00
parent f1310883b9
commit 401c441acb

View file

@ -1,6 +1,6 @@
[tool:pytest]
norecursedirs = tests/storage/servers/*
addopts = --tb=short
addopts = --tb=short --duration 3
[flake8]
# E731: Use a def instead of lambda expr