Merge "Move tests/ under ironic_lib/, use ostestr"
This commit is contained in:
commit
1fc3e0569d
@ -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
|
||||
|
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user