
mox is a test requirement, but isn't being used. mock was recently named the chosen mocking library, and it's already in use here in marconiclient. Change-Id: I24a73d57ad0ccac29db317e0f4e72efdeb8962d8
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
# Unit testing
|
|
discover
|
|
fixtures>=0.3.12
|
|
mock>=0.8.0
|
|
python-subunit
|
|
testrepository>=0.0.13
|
|
testtools>=0.9.32
|
|
# Test runner
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
# Metrics and style
|
|
coverage>=3.6
|
|
flake8==2.0
|
|
hacking>=0.5.6,<0.6
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|