##// END OF EJS Templates
Some white space fixing, and comments
Jorgen Stenarson -
Show More
@@ -38,8 +38,12 b' except ImportError:'
38 38
39 39 test_file_path = split(abspath(__file__))[0]
40 40
41
42 #
43 # Setup/teardown functions/decorators
41 44 #
42 45
46
43 47 def setup():
44 48 try:
45 49 os.makedirs("home_test_dir/_ipython")
@@ -76,6 +80,11 b' def teardown_environment():'
76 80
77 81 with_enivronment = with_setup(setup_environment, teardown_environment)
78 82
83
84 #
85 # Tests for get_home_dir
86 #
87
79 88 @with_enivronment
80 89 def test_get_home_dir_1():
81 90 """Testcase for py2exe logic, un-compressed lib
General Comments 0
You need to be logged in to leave comments. Login now