diff options
| author | Barry Warsaw | 2007-07-01 11:51:09 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-07-01 11:51:09 -0400 |
| commit | 0d2733eb508a91a826156f627f78253c9f7cd567 (patch) | |
| tree | 94967189f2d9be9496915814f45deb9712be038e /Mailman/testing/test_documentation.py | |
| parent | f2ce3bc944d813d255e562a2102541fd0e24f1c0 (diff) | |
| download | mailman-0d2733eb508a91a826156f627f78253c9f7cd567.tar.gz mailman-0d2733eb508a91a826156f627f78253c9f7cd567.tar.zst mailman-0d2733eb508a91a826156f627f78253c9f7cd567.zip | |
Diffstat (limited to 'Mailman/testing/test_documentation.py')
| -rw-r--r-- | Mailman/testing/test_documentation.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/testing/test_documentation.py b/Mailman/testing/test_documentation.py index 144e6f64b..23641d57b 100644 --- a/Mailman/testing/test_documentation.py +++ b/Mailman/testing/test_documentation.py @@ -67,7 +67,8 @@ def test_suite(): package=Mailman, optionflags=(doctest.ELLIPSIS | doctest.NORMALIZE_WHITESPACE - | doctest.REPORT_NDIFF), + | doctest.REPORT_NDIFF + | doctest.REPORT_ONLY_FIRST_FAILURE), tearDown=cleaning_teardown) suite.addTest(test) return suite |
