bareon/test-requirements.txt
Sebastian Kalinowski 6522cd1175 Change testrunner to py.test
py.test is used in many of our projects and much more advanced
than testrepository
also it allowed to catch a small bug - driver do not work
on a copy of a data so it modifies it also for other components

Change-Id: I1273383d7e5aba110b5c74cd66095afd6e226a42
Implements: blueprint volume-manager-refactoring
2015-06-26 07:57:19 +00:00

7 lines
94 B
Plaintext

hacking>=0.8.0,<0.9
mock>=1.0
oslotest==1.0
testtools>=0.9.34
pytest>=2.7.2
pytest-cov>=1.8.1