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

Method runTest

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

Source from the content-addressed store, hash-verified

349
350class TestDeleteMySQLDatabase(unittest.TestCase):
351 def runTest(self):
352 DB_MYSQL._delete()
353
354class TestDeleteSQLiteDatabase(unittest.TestCase):
355 def runTest(self):

Callers

nothing calls this directly

Calls 1

_deleteMethod · 0.80

Tested by

no test coverage detected