python-novaclient/tests
Christopher MacGown 39291fe0e8 Adds run_tests.sh and virtualenv support.
Basically make it so that a starting dev can run the tests without a
priori knowledge about what the tests require. Unless run_tests.sh is
run with the -N flag it will create a virtualenv .novaclient-venv,
install the dependencies into it, and then run the tests with the
venv sourced. Also includes the -p|--pep8 flag from nova's
run_tests.sh interface to easily run pep8 against both novaclient and
the tests directory.

Fix the pep8 violation in tests/v1_1/test_shell.py
2011-08-08 13:25:29 -07:00
..
v1_0 pep8 in tests 2011-08-08 13:25:29 -07:00
v1_1 Adds run_tests.sh and virtualenv support. 2011-08-08 13:25:29 -07:00
__init__.py Initial commit from fork 2011-01-25 14:01:22 -06:00
fakes.py pep8 in tests 2011-08-08 13:25:29 -07:00
test_base.py Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
test_http.py pep8 in tests 2011-08-08 13:25:29 -07:00
test_shell.py pep8 in tests 2011-08-08 13:25:29 -07:00
utils.py Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00