Added an example of a test suite that run with the loadscope scheduler.
This commit is contained in:
17
example/loadscope/tox.ini
Normal file
17
example/loadscope/tox.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[tox]
|
||||
envlist = test
|
||||
setupdir = {toxinidir}/../../
|
||||
|
||||
[testenv:test]
|
||||
basepython = python3
|
||||
passenv = http_proxy https_proxy
|
||||
deps = -rrequirements.txt
|
||||
changedir = {envtmpdir}
|
||||
commands =
|
||||
py.test -s -v \
|
||||
--doctest-modules \
|
||||
--junitxml=tests.xml \
|
||||
--dist=loadscope \
|
||||
--tx=8*popen \
|
||||
{toxinidir}/test \
|
||||
{toxinidir}/epsilon
|
||||
Reference in New Issue
Block a user