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

Method setUp

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

Source from the content-addressed store, hash-verified

357
358class TestMySQLDatabase(TestDatabase):
359 def setUp(self):
360 self.db, self.type = DB_MYSQL, db.MYSQL
361 TestDatabase.setUp(self)
362
363class TestSQLiteDatabase(TestDatabase):
364 def setUp(self):

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected