If cleaning up is needed after nextSetTest
(self,cur)
| 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() |