Commit Graph

5 Commits

Author SHA1 Message Date
Takashi Kajinami 14a188fa90 Remove unused test tools
These tools were added 9 years ago but has no longer been used recently
in favor of tox.

Change-Id: I105dc3eba7cbe54d68a5e576340f1b0ca4a35090
2023-11-16 01:09:09 +09:00
song jian 830211c9fb Don't include openstack/common in flake8 exclude list
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
2016-07-12 14:27:23 +08:00
Gorka Eguileor aa440cc319 Add coverage report to run_test.sh
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
2015-02-19 17:25:58 +01:00
ankitagrawal 6d4f6aa220 Updated run_tests.sh to run tests in debug mode
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
2014-10-20 23:57:02 -07:00
Brian D. Elliott 5bfe34f744 Add a run_tests.sh
An alternative to running tox, similar to other repos like glance and
nova.

Change-Id: I0dbab69dbfed2186b0c45036718081abed56d689
2014-09-17 16:05:17 +00:00