Skip to content

Commit e053ff5

Browse files
author
Richard Jones
committed
oops
1 parent 62f6e96 commit e053ff5

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

test/__init__.py

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

2020
import unittest
2121
import os, tempfile
@@ -26,14 +26,14 @@
2626

2727
def 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
#

0 commit comments

Comments
 (0)