Mercurial > p > roundup > code
comparison test/__init__.py @ 214:18134bffab37
stupid typo
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Aug 2001 00:24:43 +0000 |
| parents | d45384bc6420 |
| children | 9f7320624bc2 |
comparison
equal
deleted
inserted
replaced
| 213:d45384bc6420 | 214:18134bffab37 |
|---|---|
| 2 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) | 2 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) |
| 3 # This module is free software, and you may redistribute it and/or modify | 3 # This module is free software, and you may redistribute it and/or modify |
| 4 # under the same terms as Python, so long as this copyright message and | 4 # under the same terms as Python, so long as this copyright message and |
| 5 # disclaimer are retained in their original form. | 5 # disclaimer are retained in their original form. |
| 6 # | 6 # |
| 7 # IN NO EVENT SHALL THE BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR | 7 # IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR |
| 8 # DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING | 8 # DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING |
| 9 # OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE | 9 # OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE |
| 10 # POSSIBILITY OF SUCH DAMAGE. | 10 # POSSIBILITY OF SUCH DAMAGE. |
| 11 # | 11 # |
| 12 # BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, | 12 # BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, |
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 # $Id: __init__.py,v 1.6 2001-08-07 00:15:51 richard Exp $ | 18 # $Id: __init__.py,v 1.7 2001-08-07 00:24:43 richard Exp $ |
| 19 | 19 |
| 20 import unittest | 20 import unittest |
| 21 | 21 |
| 22 import test_dates, test_schema, test_db, test_multipart, test_mailsplit | 22 import test_dates, test_schema, test_db, test_multipart, test_mailsplit |
| 23 import test_init | 23 import test_init |
| 34 runner = unittest.TextTestRunner() | 34 runner = unittest.TextTestRunner() |
| 35 runner.run(suite) | 35 runner.run(suite) |
| 36 | 36 |
| 37 # | 37 # |
| 38 # $Log: not supported by cvs2svn $ | 38 # $Log: not supported by cvs2svn $ |
| 39 # Revision 1.6 2001/08/07 00:15:51 richard | |
| 40 # Added the copyright/license notice to (nearly) all files at request of | |
| 41 # Bizar Software. | |
| 42 # | |
| 39 # Revision 1.5 2001/08/05 07:45:27 richard | 43 # Revision 1.5 2001/08/05 07:45:27 richard |
| 40 # Added tests for instance initialisation | 44 # Added tests for instance initialisation |
| 41 # | 45 # |
| 42 # Revision 1.4 2001/08/03 07:18:22 richard | 46 # Revision 1.4 2001/08/03 07:18:22 richard |
| 43 # Implemented correct mail splitting (was taking a shortcut). Added unit | 47 # Implemented correct mail splitting (was taking a shortcut). Added unit |
