Report test durations.
This commit is contained in:
parent
a59b984414
commit
5f7288ae27
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ PY2APPOPTS ?=
|
||||||
# some web servers have limits on the number of parallel connections.
|
# some web servers have limits on the number of parallel connections.
|
||||||
# Also note that using -n silently swallows test creation exceptions like
|
# Also note that using -n silently swallows test creation exceptions like
|
||||||
# import errors.
|
# import errors.
|
||||||
PYTESTOPTS?=--resultlog=testresults.txt --tb=short
|
PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0
|
||||||
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