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

Method test_execute

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

Source from the content-addressed store, hash-verified

362 self.assertRaises(self.driver.Error, con.close)
363
364 def test_execute(self):
365 con = self._connect()
366 try:
367 cur = con.cursor()
368 self._paraminsert(cur)
369 finally:
370 con.close()
371
372 def _paraminsert(self, cur):
373 self.executeDDL1(cur)

Callers

nothing calls this directly

Calls 4

_connectMethod · 0.95
_paraminsertMethod · 0.95
cursorMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected