summaryrefslogtreecommitdiff
path: root/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2008-07-03 15:32:25 -0400
committerBarry Warsaw2008-07-03 15:32:25 -0400
commit408043ad8404798e9b8b93a1ee1cd81db897639c (patch)
tree7002f8465007663a700d281aaed8cc701a50cabf /mailman/docs
parented752bbc1cb7731ce0eebb8cd7301d0322b9ef49 (diff)
downloadmailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.gz
mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.zst
mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.zip
mailman.tests should contain only tests.
mailman.testing should contain any support for running the tests.
Diffstat (limited to 'mailman/docs')
-rw-r--r--mailman/docs/pipelines.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/docs/pipelines.txt b/mailman/docs/pipelines.txt
index f475bf88e..0fe51e0e4 100644
--- a/mailman/docs/pipelines.txt
+++ b/mailman/docs/pipelines.txt
@@ -68,7 +68,7 @@ However there are currently no recipients for this message.
And the message is now sitting in various other processing queues.
- >>> from mailman.tests.helpers import get_queue_messages
+ >>> from mailman.testing.helpers import get_queue_messages
>>> from mailman.configuration import config
>>> messages = get_queue_messages(config.ARCHQUEUE_DIR)
>>> len(messages)
@@ -144,7 +144,7 @@ This is the message that will actually get delivered to end recipients.
There's now one message in the digest mailbox, getting ready to be sent.
- >>> from mailman.tests.helpers import digest_mbox
+ >>> from mailman.testing.helpers import digest_mbox
>>> digest = digest_mbox(mlist)
>>> sum(1 for mboxmsg in digest)
1