fuel-ostf/test-requirements.txt
Sebastian Kalinowski c910026314 Extended run_tests.sh to run Python tests
run_test.sh by default runs all available tests and checks:

 * flake8
 * unit
 * integration
 * selected tests

Usage info is available by running command `run_tests.sh -h`.
It is possible to run just selected tests by running
  `run_tests.sh -t selected_tests.py`.
Integration tests require correctly set up.
Removed fabfile and fabric requirement.

DocImpact
Closes-Bug: #1404892
Change-Id: I8dbe2561aba655e698932bb7bb7c2f6f9887f9d7
2015-01-26 12:50:04 +01:00

8 lines
112 B
Plaintext

-r requirements.txt
WebTest>=2.0.17
mock==1.0.1
nose-timer>=0.4.3
requests-mock>=0.5.1
tox>=1.7.1
coverage==3.6