zaqar/test-requirements.txt
Flaper Fesp 80157e6a4a Run functional tests under tox
This patch allows to run functional tests under tox, however, they are
disabled by default. In order to run tests with tox, it is necessary to
enable them by modifying the functional-tests.conf and setting run_tests
to True.

This patch also merged both test files in a single one
(test-requirements.txt)

blueprint refactor-system-tests

Change-Id: Iba440b12653cf9ee1454022830107a06b8a7bea9
2013-09-10 11:39:51 +02:00

23 lines
227 B
Plaintext

# Packaging
mock
distribute>=0.6.24
# Unit testing
ddt
discover
fixtures
python-subunit
testrepository
testtools
# Functional Tests
requests
# Test runner
nose
nose-exclude
openstack.nose_plugin
# Metrics and style
hacking