summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
Commit message (Expand)AuthorAgeFilesLines
* Update run_tests.sh to run flake8 too.Monty Taylor2013-05-191-2/+2
* Merge "Fix run_tests.sh usage of tools/colorizer.py."Jenkins2013-05-141-1/+8
|\
| * Fix run_tests.sh usage of tools/colorizer.py.Clark Boylan2013-05-131-1/+8
* | Transition from openstack.common.setup to pbr.Monty Taylor2013-05-071-0/+4
|/
* Bring back colorizer again with error results.Vishvananda Ishaya2013-03-261-2/+2
* disable colorizer as it swallows failsSean Dague2013-03-231-2/+2
* Bring back sexy colorized test results.Vishvananda Ishaya2013-03-201-2/+2
* Merge "Use a fake coverage module instead of real one."Jenkins2013-02-271-4/+0
|\
| * Use a fake coverage module instead of real one.Vishvananda Ishaya2013-02-201-4/+0
* | Readd run_tests.sh --debug option.Clark Boylan2013-02-231-0/+17
|/
* Make pep8 tests run inside virtualenvHans Lindgren2013-02-161-1/+1
* Merge "relocatable roots doesn't handle testr args/opts"Jenkins2013-02-151-3/+2
|\
| * relocatable roots doesn't handle testr args/optsChet Burgess2013-02-141-3/+2
* | Merge "Harmonize PEP8 checking between tox and run_tests.sh"Jenkins2013-02-151-39/+1
|\ \
| * | Harmonize PEP8 checking between tox and run_tests.shRick Harris2013-02-151-39/+1
| |/
* / Add an update option to run_tests.shMatthew Treinish2013-02-141-0/+7
|/
* Module import style checking changesAttila Fazekas2013-02-131-2/+7
* Merge "support reloctable venv roots in testing framework"Jenkins2013-02-111-30/+59
|\
| * support reloctable venv roots in testing frameworkChet Burgess2013-02-071-30/+59
* | Ensure 'subunit2pyunit' is run in venv from run_tests.shDaniel P. Berrange2013-02-111-1/+1
* | Parse testr output through subunit2pyunit.Monty Taylor2013-02-031-2/+2
|/
* Pass testropts in to setup.py in run_tests.shMonty Taylor2013-01-301-2/+2
* Make sure there are no unused importJoe Gordon2013-01-281-0/+1
* Enable N302: Import modules onlyJoe Gordon2013-01-251-1/+1
* Merge "Fix hacking N302 import only modules"Jenkins2013-01-241-1/+1
|\
| * Fix hacking N302 import only modulesJoe Gordon2013-01-241-1/+1
* | Merge "Generate coverage even if tests failed."Jenkins2013-01-241-7/+7
|\ \
| * | Generate coverage even if tests failed.Robert Collins2013-01-221-7/+7
* | | Skip backup files when running pep8.Robert Collins2013-01-241-1/+1
| |/ |/|
* | Use setup.py testr to run testr in run_tests.sh.Clark Boylan2013-01-211-4/+8
* | Fix nova coverage.Clark Boylan2013-01-211-1/+1
|/
* Fix multi line docstring tests in hacking.pyJoe Gordon2013-01-171-1/+1
* enable hacking.py self testsSean Dague2013-01-141-0/+6
* Merge "make runtests -p act more like tox"Jenkins2013-01-101-4/+10
|\
| * make runtests -p act more like toxSean Dague2013-01-101-4/+10
* | Fix bash syntax error in run_tests.shAlessio Ababilov2013-01-101-1/+1
|/
* Merge "fix N401 errors, stop ignoring all N4* errors"Jenkins2013-01-091-1/+1
|\
| * fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-1/+1
* | Invert test stream capture logic for debugging.Clark Boylan2013-01-071-2/+0
|/
* allow for the ability to run partial coverageSean Dague2012-12-181-2/+5
* Use testr to run nova unittests.Clark Boylan2012-12-141-63/+40
* Clean up run_tests.shHengqing Hu2012-12-131-3/+0
* Enable debug in run_tests using pdbMauro S. M. Rodrigues2012-11-291-23/+32
* Display errors when running nosetestsChuck Short2012-11-271-1/+10
* Pin pep8 to 1.3.3Chuck Short2012-11-191-1/+1
* Merge "Fix the fail-on-zero-tests case so that it is tolerant of no output"Jenkins2012-10-241-1/+1
|\
| * Fix the fail-on-zero-tests case so that it is tolerant of no outputDan Smith2012-10-221-1/+1
* | Fix and enable pep8 E502, E712Joe Gordon2012-10-221-1/+1
|/
* Merge "Make run_tests.sh fail if no tests are actually run"Jenkins2012-10-121-1/+12
|\
| * Make run_tests.sh fail if no tests are actually runDan Smith2012-10-121-1/+12