summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2008-06-02 23:25:10 +0000
committerJason Pellerin <jpellerin@gmail.com>2008-06-02 23:25:10 +0000
commita2c5e7f555ea61a39da5dc17351ad133dbcc580d (patch)
tree9cb8cb3d9a589ae1907ad8d7ca8abe8ee571605d
parent9dea99cd61955b5dbd3b40769ca7c3b0615598f7 (diff)
downloadnose-a2c5e7f555ea61a39da5dc17351ad133dbcc580d.tar.gz
Bumped score of cover plugin to 200, so it will execute before plugins with default score (issue 190)
-rw-r--r--nose/plugins/cover.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nose/plugins/cover.py b/nose/plugins/cover.py
index 34bfc52..a0d370f 100644
--- a/nose/plugins/cover.py
+++ b/nose/plugins/cover.py
@@ -31,6 +31,7 @@ class Coverage(Plugin):
"""
coverTests = False
coverPackages = None
+ score = 200
def options(self, parser, env=os.environ):
Plugin.options(self, parser, env)