Browse code

Add test durations to tox output

Joseph Weston authored on 10/11/2019 18:06:56
Showing 1 changed files
... ...
@@ -9,6 +9,7 @@ python =
9 9
 
10 10
 [pytest]
11 11
 addopts =
12
+  --durations=5
12 13
   --cov --cov-append --cov-fail-under=100 --cov-report=
13 14
   --black
14 15
   --mypy