File tree Expand file tree Collapse file tree 5 files changed +29
-0
lines changed
Expand file tree Collapse file tree 5 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ $Id: README.TXT,v 1.2 2001-07-25 04:34:31 richard Exp $
2+
13Structre of the tests:
24
35 1 Test date classes
@@ -16,3 +18,6 @@ Structre of the tests:
1618 6.4 multipart/alternative (with one text/plain)
1719 6.5 multipart/alternative (with no text/plain)
1820
21+
22+ ------
23+ $Log: not supported by cvs2svn $
Original file line number Diff line number Diff line change 1+ # $Id: __init__.py,v 1.3 2001-07-25 04:34:31 richard Exp $
2+
13import unittest
24
35import test_dates , test_schema , test_db
@@ -10,3 +12,7 @@ def go():
1012 ))
1113 runner = unittest .TextTestRunner ()
1214 runner .run (suite )
15+
16+ #
17+ # $Log: not supported by cvs2svn $
18+ #
Original file line number Diff line number Diff line change 1+ # $Id: test_dates.py,v 1.2 2001-07-25 04:34:31 richard Exp $
2+
13import unittest , time
24
35from roundup .date import Date , Interval
@@ -51,3 +53,7 @@ def testInterval(self):
5153def suite ():
5254 return unittest .makeSuite (DateTestCase , 'test' )
5355
56+
57+ #
58+ # $Log: not supported by cvs2svn $
59+ #
Original file line number Diff line number Diff line change 1+ # $Id: test_db.py,v 1.4 2001-07-25 04:34:31 richard Exp $
2+
13import unittest , os , shutil
24
35from roundup .backends import anydbm
@@ -55,3 +57,7 @@ def testExceptions(self):
5557def suite ():
5658 return unittest .makeSuite (DBTestCase , 'test' )
5759
60+
61+ #
62+ # $Log: not supported by cvs2svn $
63+ #
Original file line number Diff line number Diff line change 1+ # $Id: test_schema.py,v 1.3 2001-07-25 04:34:31 richard Exp $
2+
13import unittest , os , shutil
24
35from roundup .backends import anydbm
@@ -53,3 +55,7 @@ def testC_User(self):
5355def suite ():
5456 return unittest .makeSuite (SchemaTestCase , 'test' )
5557
58+
59+ #
60+ # $Log: not supported by cvs2svn $
61+ #
You can’t perform that action at this time.
0 commit comments