Mercurial > p > roundup > code
diff test/db_test_base.py @ 5263:f015df5f8edf
Also comment out testfixture used to capture debug logging.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 28 Aug 2017 22:23:32 -0400 |
| parents | b5400cae9c2a |
| children | efb34cbdba7c |
line wrap: on
line diff
--- a/test/db_test_base.py Mon Aug 28 22:22:01 2017 -0400 +++ b/test/db_test_base.py Mon Aug 28 22:23:32 2017 -0400 @@ -987,8 +987,8 @@ ## and report the results. It uses testfixtures ## that can be installed via pip. ## Uncomment below 2 lines: - import logging - from testfixtures import LogCapture + #import logging + #from testfixtures import LogCapture ## then run every call to roundup functions with: #with LogCapture('roundup.hyperdb', level=logging.DEBUG) as l: # result=self.db.user.history('2')
