summaryrefslogtreecommitdiff
path: root/run_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Don't include openstack/common in flake8 exclude listsong jian2016-07-121-2/+2
| | | | | | | | The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I3a72d3b7126037e98fde627233f26a4f1475b416
* Add coverage report to run_test.shGorka Eguileor2015-02-191-2/+22
| | | | | | | | | Adds argument -c to run_test.sh to generate HTML coverage reports like Glance has. It also displays coverage stats on terminal. Change-Id: I3439ac43964a59e993253d1ad45ef74af86e2ad9
* Updated run_tests.sh to run tests in debug modeankitagrawal2014-10-201-1/+1
| | | | | | | | | | | | Start directory was not configured property in run_tests.sh which raises error while running entire test suit using debug mode. Updated "testrargs" value from "discover ./glance/tests" to "discover ./tests" as default starting point to run all tests if specific test is not provided. Closes-Bug: 1383117 Change-Id: Ie26d6ec02c92e9ac03dd7c35d313ea377715322f
* Add a run_tests.shBrian D. Elliott2014-09-171-0/+214
An alternative to running tox, similar to other repos like glance and nova. Change-Id: I0dbab69dbfed2186b0c45036718081abed56d689