~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/tests/incomingmail.txt

  • Committer: Curtis Hovey
  • Date: 2011-08-11 21:43:50 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110811214350-laray9lug0rdjo2d
Moved helpers.read_test_message to lp.services.mail.tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
Now we send a few test mails to foo.com, bar.com, and baz.com:
47
47
 
48
48
    >>> from canonical.database.sqlbase import commit
49
 
    >>> from canonical.launchpad.mail.ftests import read_test_message
 
49
    >>> from lp.services.mail.tests.helpers import read_test_message
50
50
    >>> from canonical.testing.layers import LaunchpadZopelessLayer
51
51
    >>> from lp.services.mail.sendmail import sendmail as original_sendmail
52
52