diff test/db_test_base.py @ 6325:1a15089c2e49 issue2550923_computed_property

Merge trunk into branch
author John Rouillard <rouilj@ieee.org>
date Sat, 06 Feb 2021 20:15:26 -0500
parents 778a9f455067
children 6a6b4651be1f
line wrap: on
line diff
--- a/test/db_test_base.py	Fri Jan 15 16:34:30 2021 -0500
+++ b/test/db_test_base.py	Sat Feb 06 20:15:26 2021 -0500
@@ -16,7 +16,7 @@
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 
 from __future__ import print_function
-import unittest, os, shutil, errno, imp, sys, time, pprint, os.path
+import unittest, os, shutil, errno, sys, time, pprint, os.path
 
 try:
     from base64 import encodebytes as base64_encode  # python3 only
@@ -1044,7 +1044,7 @@
         #print l
         ## change 'roundup.hyperdb' to the logging name you want to capture.
         ## print l just prints the output. Run using:
-        ## ./run_tests.py --capture=no -k testQuietJournal test/test_anydbm.py
+        ## python -m pytest --capture=no -k testQuietJournal test/test_anydbm.py
 
         # FIXME There should be a test via
         # template.py::_HTMLItem::history() and verify the output.

Roundup Issue Tracker: http://roundup-tracker.org/