Run tests in parallel
This commit is contained in:
parent
c3a13e7cee
commit
16003a72e1
@ -1,4 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
test_command=py.test --subunit $LISTOPT solar
|
test_command=py.test ./solar --subunit $LISTOPT $IDOPTION
|
||||||
test_id_option=--bar $IDFILE
|
test_id_option=--subunit-load-list=$IDFILE
|
||||||
test_list_option=--collectonly
|
test_list_option=--collectonly
|
||||||
|
2
tox.ini
2
tox.ini
@ -9,7 +9,7 @@ install_command = pip install -U {opts} {packages}
|
|||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
PYTHONHASHSEED=0
|
PYTHONHASHSEED=0
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = ostestr --serial
|
commands = ostestr
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = hacking==0.10.2
|
deps = hacking==0.10.2
|
||||||
|
Loading…
Reference in New Issue
Block a user