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

Method setUp

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

Source from the content-addressed store, hash-verified

362
363class TestSQLiteDatabase(TestDatabase):
364 def setUp(self):
365 self.db, self.type = DB_SQLITE, db.SQLITE
366 TestDatabase.setUp(self)
367
368#---------------------------------------------------------------------------------------------------
369

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected