This website requires JavaScript.
Explore
Get Started
openstack
/
tempest
Code
Issues
Proposed changes
7541031d17
Branches
Tags
No results found.
tempest
/
.coveragerc
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Introduce .coveragerc We don't need the result of tempest/tests/* and tempest/openstack/* coverage. This commit omits it with introducing .coveragerc. Partially implements bp unit-tests Change-Id: I0465d916e195e3d340dece24ac7b01a0fc13e5c1
2014-03-27 23:08:13 +00:00
[run]
branch = True
source = tempest
Remove the NegativeAutoTest Framework Since it's not really used and a bit complex. It was only used for negative compute flavor tests, and I think we can live easily without these tests. Change-Id: Iab676ae9bf95ee858c5e748c9579f7778e87bd77
2016-10-03 08:45:21 +00:00
omit = tempest/tests/*,tempest/scenario/test_*.py,tempest/api/*
Copy Permalink