summaryrefslogtreecommitdiff
path: root/Mailman/testing/test_user.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-06-15 01:13:47 -0400
committerBarry Warsaw2007-06-15 01:13:47 -0400
commit3cc1d23d115c87cb0d468df95ba2ff4ca9624d18 (patch)
treec20749734a7de50ed67cd7b78a409d2a33b2a441 /Mailman/testing/test_user.py
parent54316840a07fb9af9cdb0f5017680b63ccc8e986 (diff)
parent067f871fdcaf51a0de8a1468006d3bad2e3a9a24 (diff)
downloadmailman-3cc1d23d115c87cb0d468df95ba2ff4ca9624d18.tar.gz
mailman-3cc1d23d115c87cb0d468df95ba2ff4ca9624d18.tar.zst
mailman-3cc1d23d115c87cb0d468df95ba2ff4ca9624d18.zip
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():