diff test/test_sqlite.py @ 6923:1daa283ae3e7

merge test_sqlite.py remove of setup/teardown
author John Rouillard <rouilj@ieee.org>
date Tue, 06 Sep 2022 17:46:34 -0400
parents 3cfb8eccc86e
children 22d001cafd09
line wrap: on
line diff
--- a/test/test_sqlite.py	Tue Sep 06 17:42:59 2022 -0400
+++ b/test/test_sqlite.py	Tue Sep 06 17:46:34 2022 -0400
@@ -36,7 +36,7 @@
 
 class sqliteDBTest(sqliteOpener, DBTest, unittest.TestCase):
 
-    def setUp(self):
+    """def setUp(self):
         # set for manual integration testing of 'native-fts'
         # It is unset in tearDown so it doesn't leak into other tests.
         #  FIXME extract test methods in DBTest that hit the indexer
@@ -52,6 +52,7 @@
         # clean up config to prevent leak if native-fts is tested
         config['INDEXER'] = ''
         DBTest.tearDown
+    """
 
     def testUpgrade_6_to_7(self):
 

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