File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: __init__.py,v 1.14 2002-01-22 00:12:06 richard Exp $
18+ # $Id: __init__.py,v 1.15 2002-01-22 00:12:20 richard Exp $
1919
2020import unittest
2121import os , tempfile
2626
2727def go ():
2828 suite = unittest .TestSuite ((
29- # test_dates.suite(),
30- # test_schema.suite(),
31- # test_db.suite(),
32- # test_init.suite(),
33- # test_multipart.suite(),
34- # test_mailsplit.suite(),
35- # test_mailgw.suite(),
36- # test_token.suite(),
29+ test_dates .suite (),
30+ test_schema .suite (),
31+ test_db .suite (),
32+ test_init .suite (),
33+ test_multipart .suite (),
34+ test_mailsplit .suite (),
35+ test_mailgw .suite (),
36+ test_token .suite (),
3737 test_htmltemplate .suite (),
3838 ))
3939 runner = unittest .TextTestRunner ()
@@ -42,6 +42,10 @@ def go():
4242
4343#
4444# $Log: not supported by cvs2svn $
45+ # Revision 1.14 2002/01/22 00:12:06 richard
46+ # Wrote more unit tests for htmltemplate, and while I was at it, I polished
47+ # off the implementation of some of the functions so they behave sanely.
48+ #
4549# Revision 1.13 2002/01/21 11:05:48 richard
4650# New tests for htmltemplate (well, it's a beginning)
4751#
You can’t perform that action at this time.
0 commit comments