MCPcopy Index your code
hub / github.com/clips/pattern / runTest

Method runTest

test/test_db.py:355–356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

353
354class TestDeleteSQLiteDatabase(unittest.TestCase):
355 def runTest(self):
356 DB_SQLITE._delete()
357
358class TestMySQLDatabase(TestDatabase):
359 def setUp(self):

Callers

nothing calls this directly

Calls 1

_deleteMethod · 0.80

Tested by

no test coverage detected