From: richard Date: Tue, 22 Jan 2002 00:12:20 +0000 (+0000) Subject: oops X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=434b3f4072d9a12d7df5d825b3ff69db2d7506ad;p=roundup.git oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@576 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/test/__init__.py b/test/__init__.py index f3cf566..8b55c40 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -15,7 +15,7 @@ # 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 @@ -26,14 +26,14 @@ import test_init, test_token, test_mailgw, test_htmltemplate 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() @@ -42,6 +42,10 @@ def go(): # # $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) #