summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/testing/test_user.py')
-rw-r--r--Mailman/testing/test_user.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/testing/test_user.py b/Mailman/testing/test_user.py
index 1c075a164..59b686795 100644
--- a/Mailman/testing/test_user.py
+++ b/Mailman/testing/test_user.py
@@ -20,7 +20,9 @@
import doctest
import unittest
-options = doctest.ELLIPSIS | doctest.NORMALIZE_WHITESPACE
+options = (doctest.ELLIPSIS
+ | doctest.NORMALIZE_WHITESPACE
+ | doctest.REPORT_NDIFF)
def test_suite():