Skip to content

Commit 42e530e

Browse files
author
Richard Jones
committed
reminder comments for where we need new tests
1 parent d0a501b commit 42e530e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/test_dates.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: test_dates.py,v 1.15 2002-12-09 02:43:21 richard Exp $
18+
# $Id: test_dates.py,v 1.16 2003-01-12 00:43:43 richard Exp $
1919

2020
import unittest, time
2121

@@ -162,6 +162,8 @@ def testInterval(self):
162162
ae(str(Interval('1y') + Interval('- 1y')), '+')
163163
ae(str(Interval('1y') + Interval('- 1m')), '+ 1y -1m')
164164

165+
# TODO test add, subtraction, ?division?
166+
165167
def suite():
166168
return unittest.makeSuite(DateTestCase, 'test')
167169

test/test_db.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: test_db.py,v 1.63 2002-12-12 09:31:04 richard Exp $
18+
# $Id: test_db.py,v 1.64 2003-01-12 00:43:43 richard Exp $
1919

2020
import unittest, os, shutil, time
2121

@@ -589,6 +589,8 @@ def testFilteringMany(self):
589589
ae(filt(None, {'nosy': '2', 'status': '1'}, ('+','id'), (None,None)),
590590
['3'])
591591

592+
# TODO test auditors and reactors
593+
592594
class anydbmReadOnlyDBTestCase(MyTestCase):
593595
def setUp(self):
594596
from roundup.backends import anydbm

0 commit comments

Comments
 (0)