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

Method test_execute

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

Source from the content-addressed store, hash-verified

366 self.assertRaises(self.driver.Error,con.close)
367
368 def test_execute(self):
369 con = self._connect()
370 try:
371 cur = con.cursor()
372 self._paraminsert(cur)
373 finally:
374 con.close()
375
376 def _paraminsert(self,cur):
377 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