##// END OF EJS Templates
TST: Update test of xmode toggle: there are 4 modes.
Dan Allan -
Show More
@@ -473,7 +473,7 b' def test_cd_force_quiet():'
473 def test_xmode():
473 def test_xmode():
474 # Calling xmode three times should be a no-op
474 # Calling xmode three times should be a no-op
475 xmode = _ip.InteractiveTB.mode
475 xmode = _ip.InteractiveTB.mode
476 for i in range(3):
476 for i in range(4):
477 _ip.magic("xmode")
477 _ip.magic("xmode")
478 nt.assert_equal(_ip.InteractiveTB.mode, xmode)
478 nt.assert_equal(_ip.InteractiveTB.mode, xmode)
479
479
General Comments 0
You need to be logged in to leave comments. Login now