summaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-06-03 13:03:21 -0400
committerMonty Taylor <mordred@inaugust.com>2012-06-07 12:15:42 -0400
commitcf34a6015762a82780f86004a76439e1e21340f8 (patch)
tree16581750173cc7e6e9baa956f5db60537dce19d9 /.coveragerc
parent281979a7b602b3555617394a468871e8d237acf2 (diff)
downloadnova-cf34a6015762a82780f86004a76439e1e21340f8.tar.gz
nova-cf34a6015762a82780f86004a76439e1e21340f8.tar.xz
nova-cf34a6015762a82780f86004a76439e1e21340f8.zip
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
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 000000000..82fe47792
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,6 @@
+[run]
+branch = True
+omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,nova/tests/*
+
+[report]
+ignore-errors = True