WIP refactor to allow other backends

This commit is contained in:
lash
2022-04-20 11:59:12 +00:00
parent f521162e7b
commit 891f90ae5f
6 changed files with 232 additions and 215 deletions

View File

@@ -40,8 +40,8 @@ class TestFilter(unittest.TestCase):
self.conn = MockConn()
def tearDown(self):
shutil.rmtree(self.path)
# def tearDown(self):
# shutil.rmtree(self.path)
def test_filter_basic(self):