summaryrefslogtreecommitdiffstats
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Update .coveragercAlessio Ababilov2013-02-061-1/+2
| | | | | | | Set up proper source and omit options. Change-Id: Ia45165a3fa5d073df362b37f8ee5e4fd5e529c21 Implements: blueprint update-coveragerc
* Remove run_test.py in favor of stock nose.Monty Taylor2012-09-271-0/+6
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