]> git.parisson.com Git - timeside.git/commitdiff
Tests : supress print in test_run_all_doctests
authorThomas Fillon <thomas@parisson.com>
Fri, 8 Nov 2013 17:39:45 +0000 (18:39 +0100)
committerThomas Fillon <thomas@parisson.com>
Fri, 8 Nov 2013 17:39:45 +0000 (18:39 +0100)
tests/test_run_all_doctests.py

index 97b967375bd2fe29653bb2d532719da60a738b7b..8873b12d9d5ad0465771ca2c5e6402204b269aa1 100755 (executable)
@@ -38,7 +38,7 @@ def load_tests(loader, tests, ignore):
 
     for module in modules_list:
         tests.addTests(doctest.DocTestSuite(module, test_finder=finder))
-    print tests
+
     return tests