Skip to content

Commit ef98a08

Browse files
author
Richard Jones
committed
minor change to make testing easier
1 parent e577cf2 commit ef98a08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/test_db.py

Lines changed: 5 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.30 2002-07-14 06:06:34 richard Exp $
18+
# $Id: test_db.py,v 1.31 2002-07-14 23:17:45 richard Exp $
1919

2020
import unittest, os, shutil, time
2121

@@ -506,6 +506,7 @@ def suite():
506506
unittest.makeSuite(anydbmDBTestCase, 'test'),
507507
unittest.makeSuite(anydbmReadOnlyDBTestCase, 'test')
508508
]
509+
# return unittest.TestSuite(l)
509510

510511
try:
511512
import bsddb
@@ -532,6 +533,9 @@ def suite():
532533

533534
#
534535
# $Log: not supported by cvs2svn $
536+
# Revision 1.30 2002/07/14 06:06:34 richard
537+
# Did some old TODOs
538+
#
535539
# Revision 1.29 2002/07/14 04:03:15 richard
536540
# Implemented a switch to disable journalling for a Class. CGI session
537541
# database now uses it.

0 commit comments

Comments
 (0)