If cleaning up is needed after nextSetTest
(self, cur)
| 724 | # cur.execute(sql) |
| 725 | |
| 726 | def help_nextset_tearDown(self, cur): |
| 727 | "If cleaning up is needed after nextSetTest" |
| 728 | raise NotImplementedError("Helper not implemented") |
| 729 | # cur.execute("drop procedure deleteme") |
| 730 | |
| 731 | def test_nextset(self): |
| 732 | con = self._connect() |