Add unit-tests for new integration tests

Adding unit-tests for scenario tests. Now it is missing

partially implements bp: scenario-integration-tests

Change-Id: I2de9aad5abb58a9e0761ee506e650257fc773c75
This commit is contained in:
Evgeny Sikachev 2015-02-12 16:24:12 +03:00
parent 4a3a5ef203
commit f531584a1c
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ commands = bash tools/pretty_tox.sh '{posargs}'
setenv = VIRTUALENV={envdir}
commands = python {toxinidir}/sahara/tests/scenario/runner.py {posargs}
[testenv:py27-scenario-unit]
setenv =
VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=sahara/tests/scenario_unit
commands = bash tools/pretty_tox.sh '{posargs}'
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'