Code

reminder comments for where we need new tests
[roundup.git] / test / test_dates.py
index 10cc10cafeb9a7a1db50ded71fd8a1aee593eec1..dc8a6dc7aba244425b84c8916fefa70b07252d43 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: test_dates.py,v 1.15 2002-12-09 02:43:21 richard Exp $ 
+# $Id: test_dates.py,v 1.16 2003-01-12 00:43:43 richard Exp $ 
 
 import unittest, time
 
@@ -162,6 +162,8 @@ class DateTestCase(unittest.TestCase):
         ae(str(Interval('1y') + Interval('- 1y')), '+')
         ae(str(Interval('1y') + Interval('- 1m')), '+ 1y -1m')
 
+# TODO test add, subtraction, ?division?
+
 def suite():
    return unittest.makeSuite(DateTestCase, 'test')