##// END OF EJS Templates
Changing comment in test_magic to reflect bug status.
Administrator -
Show More
@@ -58,9 +58,8 b' def doctest_hist_r():'
58 58 hist -n -r 2 # random
59 59 """
60 60
61 # This is skipped for now because getoutput doesn't find the ipython
62 # executable. See ticket https://bugs.launchpad.net/bugs/366334
63 @dec.skip_win32
61 # This test is known to fail on win32.
62 # See ticket https://bugs.launchpad.net/bugs/366334
64 63 def test_obj_del():
65 64 """Test that object's __del__ methods are called on exit."""
66 65 test_dir = os.path.dirname(__file__)
General Comments 0
You need to be logged in to leave comments. Login now