Merge "Move tests/ under ironic_lib/, use ostestr"

This commit is contained in:
Jenkins 2015-10-01 06:04:24 +00:00 committed by Gerrit Code Review
commit 1fc3e0569d
7 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ oslotest>=1.10.0 # Apache-2.0
pylint==1.4.4 # GNU GPL v2
simplejson>=2.2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
mox3>=0.7.0
os-testr>=0.1.0

View File

@ -4,9 +4,9 @@ envlist = py27,py34,pep8
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands =
python setup.py test --slowest --testr-args='{posargs}'
commands = ostestr {posargs}
[flake8]
show-source = True