summaryrefslogtreecommitdiff
path: root/src/mailman/tests/test_documentation.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/tests/test_documentation.py')
-rw-r--r--src/mailman/tests/test_documentation.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/tests/test_documentation.py b/src/mailman/tests/test_documentation.py
index 8be0f74dd..c47e894c9 100644
--- a/src/mailman/tests/test_documentation.py
+++ b/src/mailman/tests/test_documentation.py
@@ -182,6 +182,10 @@ def setup(testobj):
def test_suite():
+ """Create test suites for all .rst documentation tests.
+
+ .txt files are also tested, but .rst is highly preferred.
+ """
suite = unittest.TestSuite()
topdir = os.path.dirname(mailman.__file__)
packages = []