Do not display test durations per default.
This commit is contained in:
parent
c2a83fdec9
commit
049ea71443
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ PY2APPOPTS ?=
|
||||||
# Default pytest options
|
# Default pytest options
|
||||||
# Note that using -n silently swallows test creation exceptions like
|
# Note that using -n silently swallows test creation exceptions like
|
||||||
# import errors.
|
# import errors.
|
||||||
PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n8
|
PYTESTOPTS?=--resultlog=testresults.txt --tb=short -n10
|
||||||
CHMODMINUSMINUS:=--
|
CHMODMINUSMINUS:=--
|
||||||
# directory or file with tests to run
|
# directory or file with tests to run
|
||||||
TESTS ?= tests
|
TESTS ?= tests
|
||||||
|
|
Loading…
Reference in a new issue