Mercurial > p > roundup > code
comparison test/test_mailgw.py @ 1811:08a6f2549438
Remove line testing for just one testcase.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Mon, 15 Sep 2003 19:37:28 +0000 |
| parents | 1a8dffd48c1c |
| children | 492a962b6d6f |
comparison
equal
deleted
inserted
replaced
| 1810:1a8dffd48c1c | 1811:08a6f2549438 |
|---|---|
| 6 # | 6 # |
| 7 # This module is distributed in the hope that it will be useful, | 7 # This module is distributed in the hope that it will be useful, |
| 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 10 # | 10 # |
| 11 # $Id: test_mailgw.py,v 1.52 2003-09-15 19:35:53 jlgijsbers Exp $ | 11 # $Id: test_mailgw.py,v 1.53 2003-09-15 19:37:28 jlgijsbers Exp $ |
| 12 | 12 |
| 13 import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822 | 13 import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822 |
| 14 | 14 |
| 15 from cStringIO import StringIO | 15 from cStringIO import StringIO |
| 16 | 16 |
| 995 self.db.user.lookup('johannes') | 995 self.db.user.lookup('johannes') |
| 996 | 996 |
| 997 def suite(): | 997 def suite(): |
| 998 l = [unittest.makeSuite(MailgwTestCase), | 998 l = [unittest.makeSuite(MailgwTestCase), |
| 999 ] | 999 ] |
| 1000 l = [MailgwTestCase("testUserAlternateLookup")] | |
| 1001 return unittest.TestSuite(l) | 1000 return unittest.TestSuite(l) |
| 1002 | 1001 |
| 1003 | 1002 |
| 1004 # vim: set filetype=python ts=4 sw=4 et si | 1003 # vim: set filetype=python ts=4 sw=4 et si |
