diff options
| author | Barry Warsaw | 2007-06-22 15:32:57 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-06-22 15:32:57 -0400 |
| commit | fba4983f88e0305a32e3135d129621890bf9adde (patch) | |
| tree | 73cb30c91f0200e1962eb84c991f0c32137af504 /Mailman/testing/test_user.py | |
| parent | 68474596493180ea20f2c6c41b17e877478491bb (diff) | |
| parent | 3ced6a5996caca7b46bc68876d86a094bde9b374 (diff) | |
| download | mailman-fba4983f88e0305a32e3135d129621890bf9adde.tar.gz mailman-fba4983f88e0305a32e3135d129621890bf9adde.tar.zst mailman-fba4983f88e0305a32e3135d129621890bf9adde.zip | |
Merge temporary Elixir model branch to the 3.0 trunk. Some tests are failing
now so I have to fix these before pushing the branch up.
Diffstat (limited to 'Mailman/testing/test_user.py')
| -rw-r--r-- | Mailman/testing/test_user.py | 4 |
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(): |
