This website requires JavaScript.
Explore
Get Started
openstack
/
placement
Code
Issues
Proposed changes
868e443b09
Branches
Tags
View all branches
placement
/
.coveragerc
8 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Finalize tox config. Shrink tox.ini to the new short version. Fix the test cases to be able to be run in nosetets plus the openstack.nose_plugin, which finally removes the need for nova/testing/runner.py Also, now we'll just output directly to stdout, which will make nose collect the trace logging directly and either output it at the end of the run, or inject it into the xunit output appropriately. Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
2012-06-03 13:03:21 -04:00
[run]
branch = True
Use testrepository setuptools support. The previous false-positive bug was fixed upstream in 0.0.13. Change-Id: Iceb07a511992249c104bbc7c34b7c35e01bd9fbd
2013-01-15 06:40:47 +00:00
source = nova
Remove nova/openstack/* from .coveragerc The nova/openstack tree no longer exists since we don't use oslo-incubator so no need to filter it out in the coveragerc file. Change-Id: I504144b2e26aec9a46aa1b415e44c7ab787fe021
2016-10-12 16:20:49 -04:00
omit = nova/tests/*
Finalize tox config. Shrink tox.ini to the new short version. Fix the test cases to be able to be run in nosetets plus the openstack.nose_plugin, which finally removes the need for nova/testing/runner.py Also, now we'll just output directly to stdout, which will make nose collect the trace logging directly and either output it at the end of the run, or inject it into the xunit output appropriately. Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
2012-06-03 13:03:21 -04:00
[report]
Change ignore-errors to ignore_errors Needed for coverage 4.0 Change-Id: I29477e74a9bf3796de0fc89875f1cc940531aca1
2015-09-21 14:34:32 +00:00
ignore_errors = True
Copy Permalink