Added an example of a test suite that run with the loadscope scheduler.

This commit is contained in:
Carlos Jenkins
2017-07-19 21:46:32 -06:00
parent b0916f06ce
commit 94fc4fbb85
7 changed files with 298 additions and 0 deletions

17
example/loadscope/tox.ini Normal file
View 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