diff options
| author | Andy Smith <github@anarkystic.com> | 2012-01-06 16:03:41 -0800 |
|---|---|---|
| committer | Andy Smith <github@anarkystic.com> | 2012-01-06 16:03:41 -0800 |
| commit | 06a843a7cc2dcdbb0734fc0d7edf3e805de8e141 (patch) | |
| tree | e35540a3577bd5d08918b3db51d56e8ae98cfc72 | |
| parent | 205a7b9aed46c62567da6edc67e8303ba42ce9c5 (diff) | |
| parent | 9691c0f7c8d1528290543765a355d0459f639e38 (diff) | |
| download | keystone-06a843a7cc2dcdbb0734fc0d7edf3e805de8e141.tar.gz keystone-06a843a7cc2dcdbb0734fc0d7edf3e805de8e141.tar.xz keystone-06a843a7cc2dcdbb0734fc0d7edf3e805de8e141.zip | |
Merge pull request #4 from 4P/master
small updates to make it easy to run and track in jenkins
| -rw-r--r-- | .gitignore | 4 | ||||
| -rwxr-xr-x | run_tests.sh | 2 | ||||
| -rw-r--r-- | tools/pip-requires-test | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -3,3 +3,7 @@ vendor .ksl-venv run_tests.log +.coverage +covhtml +pep8.txt +nosetests.xml diff --git a/run_tests.sh b/run_tests.sh index 02c44583..d561a7b9 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -90,7 +90,7 @@ function run_pep8 { # Just run PEP8 in current environment ${wrapper} pep8 --repeat --show-pep8 --show-source \ --ignore=E202,E111 \ - --exclude=vcsversion.py ${srcfiles} + --exclude=vcsversion.py ${srcfiles} | tee pep8.txt } NOSETESTS="python run_tests.py $noseopts $noseargs" diff --git a/tools/pip-requires-test b/tools/pip-requires-test index 25b20295..94adcc05 100644 --- a/tools/pip-requires-test +++ b/tools/pip-requires-test @@ -8,6 +8,7 @@ routes # keystonelight testing dependencies nose +nosexcover # for python-keystoneclient httplib2 |
