~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/tests/test_commands.py

  • Committer: Curtis Hovey
  • Date: 2011-08-11 21:24:58 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110811212458-ms6zwqsztscvs0jp
Moved mail command tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2011 Canonical Ltd.  This software is licensed under the
 
2
# GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
from doctest import DocTestSuite
 
5
 
 
6
 
 
7
def test_suite():
 
8
    return DocTestSuite('lp.services.mail.commands')