Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/runalltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runalltests.py')
-rw-r--r--tests/runalltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runalltests.py b/tests/runalltests.py
index 564cee2..8fee87e 100644
--- a/tests/runalltests.py
+++ b/tests/runalltests.py
@@ -31,7 +31,7 @@ doctests = [
]
doctest_options = doctest.ELLIPSIS
-doctest_options |= doctest.REPORT_ONLY_FIRST_FAILURE
+#doctest_options |= doctest.REPORT_ONLY_FIRST_FAILURE
def test_suite():