##// END OF EJS Templates
Skip, on Windows, test for root home directory
Thomas Kluyver -
Show More
@@ -295,6 +295,7 b' def test_get_ipython_dir_7():'
295 295 ipdir = path.get_ipython_dir()
296 296 nt.assert_equal(ipdir, os.path.join(home_dir, 'somewhere'))
297 297
298 @skip_win32
298 299 @with_environment
299 300 def test_get_ipython_dir_8():
300 301 """test_get_ipython_dir_8, test / home directory"""
General Comments 0
You need to be logged in to leave comments. Login now