~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/tests/test_branchmergeproposal.py

  • Committer: Steve Kowalik
  • Date: 2011-08-12 11:19:40 UTC
  • mto: This revision was merged to the branch mainline in revision 13686.
  • Revision ID: stevenk@ubuntu.com-20110812111940-ryishyoj8b82bc2x
Remove all of the test_suite garbage I can.

Show diffs side-by-side

added added

removed removed

Lines of Context:
671
671
        expected_email = '%s <%s>' % (
672
672
            candidate.displayname, candidate.preferredemail.email)
673
673
        self.assertEmailHeadersEqual(expected_email, mails[0]['To'])
674
 
 
675
 
 
676
 
def test_suite():
677
 
    return TestLoader().loadTestsFromName(__name__)