Merge "Get py34 subunit.run test discovery to work"

This commit is contained in:
Jenkins 2015-07-31 13:23:55 +00:00 committed by Gerrit Code Review
commit 48104ab70c

View File

@ -35,6 +35,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete
python -m subunit.run discover -t . ./nova/tests/ --list
python -m testtools.run \
nova.tests.unit.compute.test_keypairs \
nova.tests.unit.db.test_db_api \