Add timing to detect slow tests on pytest

This commit is contained in:
Victor Uriarte 2017-03-04 12:42:40 -07:00
Родитель 563f6a6f50
Коммит 92996a103d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,4 +7,4 @@
[tool:pytest]
xfail_strict = True
# -r fsxX: show extra summary info for: (f)ailed, (s)kip, (x)failed, (X)passed
addopts = -r fsxX --color=yes
addopts = -r fsxX --color=yes --durations=5