Add command-line integrated tests

Change-Id: I75b4efa104cb1991a439a891c2135af286d2283f
Related: blueprint rally-gate-jobs
This commit is contained in:
Sergey Skripnick
2014-04-07 18:05:19 +03:00
parent ff992d28c7
commit 5531f25239

View File

@@ -22,6 +22,9 @@ distribute = false
[testenv:venv]
commands = {posargs}
[testenv:cli]
commands = python -m unittest tests_ci.test_cli
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'