summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristopher MacGown <ignoti+github@gmail.com>2011-08-07 10:45:36 -0700
committertermie <github@anarkystic.com>2011-08-08 13:25:29 -0700
commit39291fe0e86a6e8546df8f16640afd5e3ff174ab (patch)
tree5b1e1ec83f13b848f1ec97a5334ae357ad0f5529 /.gitignore
parent0efc51ec9d9bbbec9d17bf8c27f11c2c505c83de (diff)
downloadpython-novaclient-39291fe0e86a6e8546df8f16640afd5e3ff174ab.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 355cfbd2..b7451250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.coverage
+.novaclient-venv
*,cover
cover
*.pyc