summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.py b/tests.py
index a0a2c79..2d9c8bc 100755
--- a/tests.py
+++ b/tests.py
@@ -58,7 +58,7 @@ for module in modules:
coverage_modules.append(m)
suite.addTest(doctest.DocTestSuite(m))
-runner = unittest.TextTestRunner(verbosity=2)
+runner = unittest.TextTestRunner(verbosity=1)
try:
import coverage