fuel-agent/test-requirements.txt
Maciej Kwiek ff0fbf5810 All tests in fuel_agent use unittest2 now
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
2015-07-16 12:42:52 +02:00

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