Make testrunning works.

This commit is contained in:
Chmouel Boudjnah
2013-03-27 17:45:08 +01:00
parent 368635da77
commit d58701bbc1
4 changed files with 10 additions and 0 deletions

4
.testr.conf Normal file
View File

@@ -0,0 +1,4 @@
[DEFAULT]
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

0
tests/__init__.py Normal file
View File

View File

@@ -1,3 +1,6 @@
simplejson
swift
python-swiftclient
webob
pythno-dateutil
netifaces

View File

@@ -7,3 +7,6 @@ pep8==1.3
python-keystoneclient
testrepository>=0.0.13
testtools>=0.9.22
unittest2
mox
stubout