summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf62bec)
raw | patch | inline | side by side (parent: bf62bec)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 22 Jan 2002 00:12:20 +0000 (00:12 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 22 Jan 2002 00:12:20 +0000 (00:12 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@576 57a73879-2fb5-44c3-a270-3262357dd7e2
test/__init__.py | patch | blob | history |
diff --git a/test/__init__.py b/test/__init__.py
index f3cf566c91190fd51ccf9acb458f2d882089f3c0..8b55c40571947118bcea209144bb82a1c6c16ff8 100644 (file)
--- a/test/__init__.py
+++ b/test/__init__.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: __init__.py,v 1.14 2002-01-22 00:12:06 richard Exp $
+# $Id: __init__.py,v 1.15 2002-01-22 00:12:20 richard Exp $
import unittest
import os, tempfile
def go():
suite = unittest.TestSuite((
-# test_dates.suite(),
-# test_schema.suite(),
-# test_db.suite(),
-# test_init.suite(),
-# test_multipart.suite(),
-# test_mailsplit.suite(),
-# test_mailgw.suite(),
-# test_token.suite(),
+ test_dates.suite(),
+ test_schema.suite(),
+ test_db.suite(),
+ test_init.suite(),
+ test_multipart.suite(),
+ test_mailsplit.suite(),
+ test_mailgw.suite(),
+ test_token.suite(),
test_htmltemplate.suite(),
))
runner = unittest.TextTestRunner()
#
# $Log: not supported by cvs2svn $
+# Revision 1.14 2002/01/22 00:12:06 richard
+# Wrote more unit tests for htmltemplate, and while I was at it, I polished
+# off the implementation of some of the functions so they behave sanely.
+#
# Revision 1.13 2002/01/21 11:05:48 richard
# New tests for htmltemplate (well, it's a beginning)
#