Mercurial > p > roundup > code
diff test/test_dates.py @ 1361:b94cc62090be
reminder comments for where we need new tests
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 12 Jan 2003 00:43:43 +0000 |
| parents | 46a1951fdb14 |
| children | 0c3546479b52 |
line wrap: on
line diff
--- a/test/test_dates.py Sun Jan 12 00:41:27 2003 +0000 +++ b/test/test_dates.py Sun Jan 12 00:43:43 2003 +0000 @@ -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 @@ 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')
