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