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

Method test_connect

tests/dbapi20.py:143–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 self.fail("No connect method found in self.driver module")
142
143 def test_connect(self):
144 con = self._connect()
145 con.close()
146
147 def test_apilevel(self):
148 try:

Callers

nothing calls this directly

Calls 2

_connectMethod · 0.95
closeMethod · 0.80

Tested by

no test coverage detected