Run tests in parallel.

This commit is contained in:
Bastian Kleineidam 2013-02-12 17:55:13 +01:00
parent 6d0fffd825
commit e7bc41b2c9

View file

@ -19,7 +19,7 @@ PY2APPOPTS ?=
# Default pytest options
# Note that using -n silently swallows test creation exceptions like
# import errors.
PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n4
PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n8
CHMODMINUSMINUS:=--
# directory or file with tests to run
TESTS ?= tests