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

Method help_nextset_tearDown

tests/test_MySQLdb_dbapi20.py:180–182  ·  view source on GitHub ↗

If cleaning up is needed after nextSetTest

(self, cur)

Source from the content-addressed store, hash-verified

178 cur.execute(sql)
179
180 def help_nextset_tearDown(self, cur):
181 "If cleaning up is needed after nextSetTest"
182 cur.execute("drop procedure deleteme")
183
184 def test_nextset(self):
185 # from warnings import warn

Callers 1

test_nextsetMethod · 0.95

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected