MCPcopy Index your code
hub / github.com/davispuh/MySQL-for-Python-3 / test_cursor

Method test_cursor

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

Source from the content-addressed store, hash-verified

240 pass
241
242 def test_cursor(self):
243 con = self._connect()
244 try:
245 cur = con.cursor()
246 finally:
247 con.close()
248
249 def test_cursor_isolation(self):
250 con = self._connect()

Callers

nothing calls this directly

Calls 3

_connectMethod · 0.95
cursorMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected