summaryrefslogtreecommitdiff
path: root/unittest.cfg
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-08-02 20:17:55 +0000
committerfuzzyman <devnull@localhost>2010-08-02 20:17:55 +0000
commit7504535dcbcba85d9d91b11a05fe5816c7bf0b05 (patch)
treeeaca3c82aa1da7d5ac2634db090b3509602fdf1f /unittest.cfg
parentc7524fd642e9f7b30cf5588c8a14bee177ae59da (diff)
downloadmock-7504535dcbcba85d9d91b11a05fe5816c7bf0b05.tar.gz
Updates to config file
Diffstat (limited to 'unittest.cfg')
-rw-r--r--unittest.cfg27
1 files changed, 26 insertions, 1 deletions
diff --git a/unittest.cfg b/unittest.cfg
index 0d0deeb..37604a6 100644
--- a/unittest.cfg
+++ b/unittest.cfg
@@ -10,8 +10,22 @@ plugins =
unittest2.plugins.growl
unittest2.plugins.filtertests
unittest2.plugins.junitxml
+ unittest2.plugins.timed
+ unittest2.plugins.counttests
+
+excluded-plugins =
+
+# 0, 1 or 2 (default is 1)
+# quiet, normal or verbose
+# can be overriden at command line
+verbosity = normal
+
+# true or false
+# even if false can be switched on at command line
+catch =
+buffer =
+failfast =
-#verbosity =
[matchregexp]
always-on = False
@@ -25,8 +39,11 @@ errors-only = True
always-on = False
config =
report-html = False
+# only used if report-html is false
annotate = False
+# defaults to './htmlcov/'
html-directory =
+# if unset will output to console
text-file =
branch = False
timid = False
@@ -67,3 +84,11 @@ pyflakes = True
[junit-xml]
always-on = False
#path = '~/report.xml'
+
+[timed]
+always-on = True
+threshold = 0.01
+
+[count]
+always-on = True
+enhanced = True