python-novaclient/tests/v1_1
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
..
__init__.py Split everything down the middle into v1_0 and v1_1, including tests. 2011-08-03 16:36:03 -04:00
fakes.py pep8 in tests 2011-08-08 13:25:29 -07:00
test_auth.py pep8 in tests 2011-08-08 13:25:29 -07:00
test_flavors.py Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
test_images.py Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
test_servers.py Removed the bodies again 2011-08-05 13:23:34 -05:00
test_shell.py Adds run_tests.sh and virtualenv support. 2011-08-08 13:25:29 -07:00
test_zones.py Merged v1.0 functionality into v1.1 so we don't lose any features by...upgrading? 2011-08-04 17:07:22 -04:00
testfile.txt Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
utils.py Split everything down the middle into v1_0 and v1_1, including tests. 2011-08-03 16:36:03 -04:00