Run tests in parallel.
This commit is contained in:
parent
6d0fffd825
commit
e7bc41b2c9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,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 -n4
|
PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n8
|
||||||
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