Merge "Add initial testr support."
This commit is contained in:
commit
f113342646
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,6 +13,8 @@ quantum/versioninfo
|
|||||||
run_tests.err.log
|
run_tests.err.log
|
||||||
run_tests.log
|
run_tests.log
|
||||||
setuptools*.egg/
|
setuptools*.egg/
|
||||||
|
subunit.log
|
||||||
|
.testrepository
|
||||||
.tox/
|
.tox/
|
||||||
.venv/
|
.venv/
|
||||||
*.mo
|
*.mo
|
||||||
|
4
.testr.conf
Normal file
4
.testr.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[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
|
@ -1,6 +1,7 @@
|
|||||||
Babel>=0.9.6
|
Babel>=0.9.6
|
||||||
cliff
|
cliff
|
||||||
coverage
|
coverage>=3.6
|
||||||
|
discover
|
||||||
distribute>=0.6.24
|
distribute>=0.6.24
|
||||||
fixtures>=0.3.12
|
fixtures>=0.3.12
|
||||||
mock>=1.0b1
|
mock>=1.0b1
|
||||||
@ -10,7 +11,9 @@ nosehtmloutput
|
|||||||
nosexcover
|
nosexcover
|
||||||
openstack.nose_plugin
|
openstack.nose_plugin
|
||||||
pep8
|
pep8
|
||||||
|
python-subunit
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2
|
||||||
|
testrepository>=0.0.13
|
||||||
testtools>=0.9.27
|
testtools>=0.9.27
|
||||||
webtest==1.3.3
|
webtest==1.3.3
|
||||||
# Packages for the Cisco Plugin
|
# Packages for the Cisco Plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user