python-novaclient/.gitignore
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

7 lines
53 B
Plaintext

.coverage
.novaclient-venv
*,cover
cover
*.pyc
.idea