##// END OF EJS Templates
Update test_run.py
Laurent Gautier -
Show More
@@ -538,7 +538,7 b' def test_run_tb():'
538 nt.assert_in("RuntimeError", out)
538 nt.assert_in("RuntimeError", out)
539 nt.assert_equal(out.count("---->"), 3)
539 nt.assert_equal(out.count("---->"), 3)
540
540
541 @dec.knownfailureif(sys.platform == 'win32', "writes to io.stdout aren't captured on Windows")
541 @dec.dec.knownfailureif(sys.platform == 'win32', "writes to io.stdout aren't captured on Windows")
542 def test_script_tb():
542 def test_script_tb():
543 """Test traceback offset in `ipython script.py`"""
543 """Test traceback offset in `ipython script.py`"""
544 with TemporaryDirectory() as td:
544 with TemporaryDirectory() as td:
General Comments 0
You need to be logged in to leave comments. Login now