Mercurial > p > roundup > code
comparison test/test_multipart.py @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | 19686b60e410 |
| children | d45384bc6420 |
comparison
equal
deleted
inserted
replaced
| 126:d967c777da3e | 127:0791d13baea7 |
|---|---|
| 1 # $Id: test_multipart.py,v 1.1 2001-07-28 06:43:02 richard Exp $ | 1 # $Id: test_multipart.py,v 1.2 2001-07-29 07:01:39 richard Exp $ |
| 2 | 2 |
| 3 import unittest, cStringIO | 3 import unittest, cStringIO |
| 4 | 4 |
| 5 from roundup.mailgw import Message | 5 from roundup.mailgw import Message |
| 6 | 6 |
| 95 return unittest.makeSuite(MultipartTestCase, 'test') | 95 return unittest.makeSuite(MultipartTestCase, 'test') |
| 96 | 96 |
| 97 | 97 |
| 98 # | 98 # |
| 99 # $Log: not supported by cvs2svn $ | 99 # $Log: not supported by cvs2svn $ |
| 100 # Revision 1.1 2001/07/28 06:43:02 richard | |
| 101 # Multipart message class has the getPart method now. Added some tests for it. | |
| 100 # | 102 # |
| 103 # | |
| 104 # vim: set filetype=python ts=4 sw=4 et si |
