This website requires JavaScript.
Explore
Get Started
openstack
/
placement
Code
Issues
Proposed changes
7e88510891
Branches
Tags
No results found.
placement
/
.coveragerc
5 lines
64 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 17:03:21 +00:00
[run]
branch = True
Use both unit and functional for coverage testing Placement has always relied heavily on functional testing for both API and database testing, so not including those tests in 'coverage' leads to misleading results. This change adjusts the cover job in tox to use a test path of placement/tests, resulting in all the tests running. In the process .coveragerc is updated to be placement oriented and make sure we do not ignore branches. This is in preparation for turning on a check job for coverage. See this email for more on that: http://lists.openstack.org/pipermail/openstack-dev/2018-September/134385.html A followup patch will turn on a check job for it. Change-Id: I6c122facc9c9f6e0b2a1d69c6aaf5faeee7cf253
2018-09-06 18:25:33 +00:00
source = placement
omit = placement/tests/*
Copy Permalink