Show More
@@ -300,6 +300,7 b' except Exception:' | |||||
300 | with tt.AssertPrints(["KeyError", "NameError", "During handling"]): |
|
300 | with tt.AssertPrints(["KeyError", "NameError", "During handling"]): | |
301 | ip.run_cell("%xmode Plain") |
|
301 | ip.run_cell("%xmode Plain") | |
302 | ip.run_cell(self.EXCEPTION_DURING_HANDLING_CODE) |
|
302 | ip.run_cell(self.EXCEPTION_DURING_HANDLING_CODE) | |
|
303 | ip.run_cell("%xmode Verbose") | |||
303 |
|
304 | |||
304 |
|
305 | |||
305 | class RecursionTest(unittest.TestCase): |
|
306 | class RecursionTest(unittest.TestCase): |
General Comments 0
You need to be logged in to leave comments.
Login now