summaryrefslogtreecommitdiffstats
path: root/test/run_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_test.py')
-rwxr-xr-xtest/run_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run_test.py b/test/run_test.py
index 7acd152..63c3f63 100755
--- a/test/run_test.py
+++ b/test/run_test.py
@@ -106,5 +106,6 @@ if __name__ == '__main__':
#map(full_suite.addTests, suites)
for suite in suites:
full_suite.addTests(suite)
- result = SweetcombTestRunner(print_summary=True).run(full_suite)
+ result = SweetcombTestRunner(verbosity=1,
+ print_summary=True).run(full_suite)