##// END OF EJS Templates
Mark known failure test on Windows....
Thomas Kluyver -
Show More
@@ -495,6 +495,7 b' def test_run_tb():'
495 nt.assert_in("RuntimeError", out)
495 nt.assert_in("RuntimeError", out)
496 nt.assert_equal(out.count("---->"), 3)
496 nt.assert_equal(out.count("---->"), 3)
497
497
498 @dec.knownfailureif(sys.platform == 'win32', "writes to io.stdout aren't captured on Windows")
498 def test_script_tb():
499 def test_script_tb():
499 """Test traceback offset in `ipython script.py`"""
500 """Test traceback offset in `ipython script.py`"""
500 with TemporaryDirectory() as td:
501 with TemporaryDirectory() as td:
General Comments 0
You need to be logged in to leave comments. Login now