MCPcopy Index your code
hub / github.com/PyMySQL/mysqlclient / setUp

Method setUp

tests/test_MySQLdb_nonstandard.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 """Test _mysql interaction internals."""
50
51 def setUp(self):
52 self.conn = connection_factory(use_unicode=True)
53
54 def tearDown(self):
55 self.conn.close()

Callers

nothing calls this directly

Calls 1

connection_factoryFunction · 0.90

Tested by

no test coverage detected