##// END OF EJS Templates
Fernando Perez -
Show More
@@ -230,25 +230,6 b' def test_get_ipython_dir_2():'
230 ipdir = genutils.get_ipython_dir()
230 ipdir = genutils.get_ipython_dir()
231 nt.assert_equal(ipdir, os.path.join("someplace", ".ipython"))
231 nt.assert_equal(ipdir, os.path.join("someplace", ".ipython"))
232
232
233
234 #
235 # Tests for get_security_dir
236 #
237
238 @with_enivronment
239 def test_get_security_dir():
240 """Testcase to see if we can call get_security_dir without Exceptions."""
241 sdir = genutils.get_security_dir()
242
243 #
244 # Tests for get_log_dir
245 #
246
247 @with_enivronment
248 def test_get_log_dir():
249 """Testcase to see if we can call get_log_dir without Exceptions."""
250 sdir = genutils.get_log_dir()
251
252 #
233 #
253 # Tests for popkey
234 # Tests for popkey
254 #
235 #
General Comments 0
You need to be logged in to leave comments. Login now