
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
7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
.coverage
|
|
.novaclient-venv
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
.idea
|