##// END OF EJS Templates
TST: Put %xmode back after testing new Minimal mode.
Dan Allan -
Show More
@@ -115,6 +115,9 b' class NonAsciiTest(unittest.TestCase):'
115 115 with tt.AssertPrints(u"Exception: é"):
116 116 ip.run_cell(cell)
117 117
118 # Put this back into Context mode for later tests.
119 ip.run_cell("%xmode context")
120
118 121 class NestedGenExprTestCase(unittest.TestCase):
119 122 """
120 123 Regression test for the following issues:
General Comments 0
You need to be logged in to leave comments. Login now