This website requires JavaScript.
Explore
Get Started
openstack
/
keystone
Code
Issues
Proposed changes
0e6752b7f5
Branches
Tags
View all branches
keystone
/
.coveragerc
8 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 10:50:19 -07:00
[run]
branch = True
Update .coveragerc Set up proper source and omit options. Change-Id: Ia45165a3fa5d073df362b37f8ee5e4fd5e529c21 Implements: blueprint update-coveragerc
2013-02-06 16:47:06 +02:00
source = keystone
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
omit = keystone/tests/*
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 10:50:19 -07:00
[report]
Change ignore-errors to ignore_errors Needed for coverage 4.0 Change-Id: I91df696c3995f6f79cdd5fdccb33a3c225d36450
2015-09-21 14:27:53 +00:00
ignore_errors = True
Copy Permalink