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

Method setUp

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

Source from the content-addressed store, hash-verified

573
574class TestMySQLTable(TestTable):
575 def setUp(self):
576 self.db = DB_MYSQL
577 TestTable.setUp(self)
578
579class TestSQLiteTable(TestTable):
580 def setUp(self):

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected