If cleaning up is needed after nextSetTest
(self,cur)
| 717 | #cur.execute(sql) |
| 718 | |
| 719 | def help_nextset_tearDown(self,cur): |
| 720 | 'If cleaning up is needed after nextSetTest' |
| 721 | raise NotImplementedError('Helper not implemented') |
| 722 | #cur.execute("drop procedure deleteme") |
| 723 | |
| 724 | def test_nextset(self): |
| 725 | con = self._connect() |