Use testtools instead of unittest or unittest2.
As part of the move towards testr and parallel test running, we start to use testtools and fixtures to make the test suite resilient and more pedantic. Part of blueprint grizzly-testtools Change-Id: I90250de9fe21237db34f6a50b89b15863e270aa5
This commit is contained in:
committed by
Akihiro MOTOKI
parent
2ba9554bf4
commit
511ac76cf2
@@ -2,6 +2,7 @@ Babel>=0.9.6
|
||||
cliff
|
||||
coverage
|
||||
distribute>=0.6.24
|
||||
fixtures>=0.3.12
|
||||
mock>=1.0b1
|
||||
mox==0.5.3
|
||||
nose
|
||||
@@ -10,7 +11,7 @@ nosexcover
|
||||
openstack.nose_plugin
|
||||
pep8
|
||||
sphinx>=1.1.2
|
||||
unittest2
|
||||
testtools>=0.9.27
|
||||
webtest==1.3.3
|
||||
# Packages for the Cisco Plugin
|
||||
###############################
|
||||
|
||||
Reference in New Issue
Block a user