We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b20fc8 commit 7938104Copy full SHA for 7938104
test/db_test_base.py
@@ -987,8 +987,8 @@ def testQuietJournal(self):
987
## and report the results. It uses testfixtures
988
## that can be installed via pip.
989
## Uncomment below 2 lines:
990
- import logging
991
- from testfixtures import LogCapture
+ #import logging
+ #from testfixtures import LogCapture
992
## then run every call to roundup functions with:
993
#with LogCapture('roundup.hyperdb', level=logging.DEBUG) as l:
994
# result=self.db.user.history('2')
0 commit comments