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

Method setUp

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

Source from the content-addressed store, hash-verified

777
778class TestSQLiteQuery(TestQuery):
779 def setUp(self):
780 self.db = DB_SQLITE
781 TestQuery.setUp(self)
782
783#---------------------------------------------------------------------------------------------------
784

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected