##// END OF EJS Templates
Skip: no pexpect on win32
Matthias Bussonnier -
Show More
@@ -323,6 +323,7 b' def test_xmode_skip():'
323 323 child.close()
324 324
325 325
326 @skip_win32
326 327 def test_where_erase_value():
327 328 """Test that `where` does not access f_locals and erase values."""
328 329 import pexpect
General Comments 0
You need to be logged in to leave comments. Login now