This doesn't really do much other that add the needed bits to the repo to
start hacking on testr support in small chunks.
Change-Id: I34fc57fdc7c9ebda8ffa2357a2ef962c7ab41bfa
run_tests.err.log
run_tests.log
setuptools*.egg/
+subunit.log
+.testrepository
.tox/
.venv/
*.mo
--- /dev/null
+[DEFAULT]
+test_command=${PYTHON:-python} -m subunit.run discover -t ./ quantum/tests/unit $LISTOPT $IDOPTION
+test_id_option=--load-list $IDFILE
+test_list_option=--list
Babel>=0.9.6
cliff
-coverage
+coverage>=3.6
+discover
distribute>=0.6.24
fixtures>=0.3.12
mock>=1.0b1
nosexcover
openstack.nose_plugin
pep8
+python-subunit
sphinx>=1.1.2
+testrepository>=0.0.13
testtools>=0.9.27
webtest==1.3.3
# Packages for the Cisco Plugin