Skip to content

Commit 00a3e24

Browse files
committed
merge test_sqlite.py remove of setup/teardown
2 parents b41cfef + 9f8bdff commit 00a3e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_sqlite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def nuke_database(self):
3636

3737
class sqliteDBTest(sqliteOpener, DBTest, unittest.TestCase):
3838

39-
def setUp(self):
39+
"""def setUp(self):
4040
# set for manual integration testing of 'native-fts'
4141
# It is unset in tearDown so it doesn't leak into other tests.
4242
# FIXME extract test methods in DBTest that hit the indexer
@@ -52,6 +52,7 @@ def tearDown(self):
5252
# clean up config to prevent leak if native-fts is tested
5353
config['INDEXER'] = ''
5454
DBTest.tearDown
55+
"""
5556

5657
def testUpgrade_6_to_7(self):
5758

0 commit comments

Comments
 (0)