ff0fbf5810
unittest2 backports some nice features from newer versions of unittest for python 2.7 (like assertRaises context manager). Moreover tests now are using either oslotest or testtools directly, switching to one test framework is going to simplify tests. Change-Id: Ibce9403b20958f9db2a59db9c6b7479a4fc57857 Implements blueprint: volume-manager-refactoring
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
hacking>=0.8.0,<0.9
|
|
mock==1.0.1
|
|
pytest>=2.7.2
|
|
pytest-cov>=1.8.1
|
|
requests-mock>=0.6
|
|
unittest2==1.1.0
|