summaryrefslogtreecommitdiff
path: root/src/mailman/tests/test_documentation.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-07-17 19:51:17 -0400
committerBarry Warsaw2010-07-17 19:51:17 -0400
commit2a1d084f31b134043f4e6b19a6f7b96c090d5369 (patch)
tree2b326dcac0d3ef443c3d726ab6f1977a65584352 /src/mailman/tests/test_documentation.py
parent5896e00cc2fe7c04254e6f3005648039d42408e8 (diff)
parent2f6fbea64ada4d36b04459be201cacd6c3812ed7 (diff)
downloadmailman-2a1d084f31b134043f4e6b19a6f7b96c090d5369.tar.gz
mailman-2a1d084f31b134043f4e6b19a6f7b96c090d5369.tar.zst
mailman-2a1d084f31b134043f4e6b19a6f7b96c090d5369.zip
Merge bounce detection tests from Mailman 2.1.
Diffstat (limited to 'src/mailman/tests/test_documentation.py')
-rw-r--r--src/mailman/tests/test_documentation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/tests/test_documentation.py b/src/mailman/tests/test_documentation.py
index b8e98d162..d03762188 100644
--- a/src/mailman/tests/test_documentation.py
+++ b/src/mailman/tests/test_documentation.py
@@ -193,6 +193,7 @@ def test_suite():
# SMTPLayer.
package_path = 'mailman.' + DOT.join(docsdir.split(os.sep))
try:
+
__import__(package_path)
except ImportError:
layer = SMTPLayer