Commit Graph

5 Commits

Author SHA1 Message Date
Monty Taylor 62eb874ff0 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I91df696c3995f6f79cdd5fdccb33a3c225d36450
2015-09-21 14:27:58 +00:00
Brant Knudson 04afe01185 Remove keystone/openstack/* from coveragerc
This directory was removed so we don't need to reference it in
.coveragerc anymore.

Change-Id: I95f6c606486f0be3e0efc821a3b5293e3c3f0b23
2015-08-26 09:31:11 -05:00
Monty Taylor a337281911 Add tests dir to the coverage omit list
Closes-Bug: 1233359
Change-Id: Ie337bb09f299ba1874870fa0191744bf10daa645
2013-09-30 16:07:03 -04:00
Alessio Ababilov 74e0e175d9 Update .coveragerc
Set up proper source and omit options.

Change-Id: Ia45165a3fa5d073df362b37f8ee5e4fd5e529c21
Implements: blueprint update-coveragerc
2013-02-06 16:47:06 +02:00
Monty Taylor 49487a6ac6 Remove run_test.py in favor of stock nose.
Move specific functionality into test fixtures, so that normal test runners
can work. For now, this means we can use unaltered nose. For the future, it
gets us closer to being able to use other test runners such as testrepository
which allow for things like parallel test runs and re-running failed tests
in a dev/test cycle.

Also, aligns keystone with nova and glance.

Change-Id: Ic1966281c0bdfbc09792360209692e9d4a0a51a7
2012-09-27 22:34:51 -07:00