From 8095c3109e57764b15bdba653035221302cda9c2 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 8 Nov 2013 18:39:45 +0100 Subject: [PATCH] Tests : supress print in test_run_all_doctests --- tests/test_run_all_doctests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_run_all_doctests.py b/tests/test_run_all_doctests.py index 97b9673..8873b12 100755 --- a/tests/test_run_all_doctests.py +++ b/tests/test_run_all_doctests.py @@ -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 -- 2.39.5