MCPcopy
hub / github.com/psycopg/psycopg / help_nextset_tearDown

Method help_nextset_tearDown

tests/dbapi20.py:735–738  ·  view source on GitHub ↗

If cleaning up is needed after nextSetTest

(self,cur)

Source from the content-addressed store, hash-verified

733 #cur.execute(sql)
734
735 def help_nextset_tearDown(self,cur):
736 'If cleaning up is needed after nextSetTest'
737 raise NotImplementedError('Helper not implemented')
738 #cur.execute("drop procedure deleteme")
739
740 def test_nextset(self):
741 con = self._connect()

Callers 1

test_nextsetMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_nextsetMethod · 0.76