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