(self)
| 971 | return rgxin, rgxout, promptin, promptout |
| 972 | |
| 973 | def teardown(self): |
| 974 | # delete last bookmark |
| 975 | self.shell.process_input_line('bookmark -d ipy_savedir', |
| 976 | store_history=False) |
| 977 | self.shell.clear_cout() |
| 978 | |
| 979 | def run(self): |
| 980 | debug = False |
no test coverage detected