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 4a441c1 commit 9f8bdffCopy full SHA for 9f8bdff
test/test_sqlite.py
@@ -36,7 +36,7 @@ def nuke_database(self):
36
37
class sqliteDBTest(sqliteOpener, DBTest, unittest.TestCase):
38
39
- def setUp(self):
+ """def setUp(self):
40
# set for manual integration testing of 'native-fts'
41
# It is unset in tearDown so it doesn't leak into other tests.
42
# FIXME extract test methods in DBTest that hit the indexer
@@ -52,6 +52,7 @@ def tearDown(self):
52
# clean up config to prevent leak if native-fts is tested
53
config['INDEXER'] = ''
54
DBTest.tearDown
55
+ """
56
57
def testUpgrade_6_to_7(self):
58
0 commit comments