Skip to content

Commit 7938104

Browse files
committed
Also comment out testfixture used to capture debug logging.
1 parent 6b20fc8 commit 7938104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/db_test_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ def testQuietJournal(self):
987987
## and report the results. It uses testfixtures
988988
## that can be installed via pip.
989989
## Uncomment below 2 lines:
990-
import logging
991-
from testfixtures import LogCapture
990+
#import logging
991+
#from testfixtures import LogCapture
992992
## then run every call to roundup functions with:
993993
#with LogCapture('roundup.hyperdb', level=logging.DEBUG) as l:
994994
# result=self.db.user.history('2')

0 commit comments

Comments
 (0)