Make testrunning works.
This commit is contained in:
4
.testr.conf
Normal file
4
.testr.conf
Normal 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
0
tests/__init__.py
Normal file
@@ -1,3 +1,6 @@
|
||||
simplejson
|
||||
swift
|
||||
python-swiftclient
|
||||
webob
|
||||
pythno-dateutil
|
||||
netifaces
|
||||
|
||||
@@ -7,3 +7,6 @@ pep8==1.3
|
||||
python-keystoneclient
|
||||
testrepository>=0.0.13
|
||||
testtools>=0.9.22
|
||||
unittest2
|
||||
mox
|
||||
stubout
|
||||
|
||||
Reference in New Issue
Block a user