refstack/test-requirements.txt
Vladislav Kuzmin 7fb06e8317 Repair tests coverage utility
Add requirements for coverage utility.
It makes it possible to run `tox -e py27-cover`
and 'cover' directory will generated with
tests coverage report in HTML format.

Change-Id: I38c4197246fab4d0b8ea9ba3c61cc10966a1fc9e
2015-03-19 10:58:51 +03:00

12 lines
177 B
Plaintext

coverage>=3.6
pep8==1.5.7
pyflakes==0.8.1
flake8==2.2.4
mock
oslotest>=1.2.0 # Apache-2.0
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=0.9.34
mysqlclient
six>=1.7.0