summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6740d2)
raw | patch | inline | side by side (parent: e6740d2)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Jul 2001 04:10:15 +0000 (04:10 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Jul 2001 04:10:15 +0000 (04:10 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@82 57a73879-2fb5-44c3-a270-3262357dd7e2
tests/__init__.py | patch | blob | history |
diff --git a/tests/__init__.py b/tests/__init__.py
index 9a158bf6df958bd66a2243f74f7ce8c892bbdaa6..658ddec382791767784d50e8120d9263af78c937 100644 (file)
--- a/tests/__init__.py
+++ b/tests/__init__.py
import unittest
-import test_schema, test_db
+import test_dates, test_schema, test_db
def go():
suite = unittest.TestSuite((
+ test_dates.suite(),
test_schema.suite(),
test_db.suite(),
))