This website requires JavaScript.
Explore
Get Started
openstack
/
tempest
Code
Issues
Proposed changes
cb94b5e506
Branches
Tags
View all branches
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-28 08:08:13 +09: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 10:45:21 +02:00
omit = tempest/tests/*,tempest/scenario/test_*.py,tempest/api/*
Copy Permalink