Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davispuh/MySQL-for-Python-3
/ test_connect
Method
test_connect
tests/dbapi20.py:144–146 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
142
self.fail(
"No connect method found in self.driver module"
)
143
144
def
test_connect(self):
145
con = self._connect()
146
con.close()
147
148
def
test_apilevel(self):
149
try
:
Callers
nothing calls this directly
Calls
2
_connect
Method · 0.95
close
Method · 0.80
Tested by
no test coverage detected