zaqar/test-requirements.txt
Flavio Percoco e82e5fe3c0 Use testr instead of nosetest
This patch removes the dependency on nosetest and uses testrepository as
a test runner. There are some advantages behind this change:

    - Better tests execution
    - Better tests concurrency
    - Less dependencies

Change-Id: I1985bdf03137d32a0774321d8dec5cb015dc9d2f
2014-01-17 15:43:49 +01:00

18 lines
223 B
Plaintext

# Metrics and style
hacking>=0.8.0,<0.9
# Packaging
mock>=1.0
# Unit testing
ddt>=0.4.0
discover
fixtures>=0.3.14
httpretty>=0.7.1
python-subunit
testrepository>=0.0.17
testtools>=0.9.32
# Functional Tests
requests>=1.1