Added tests for the new get_ipython_dir and get_security_dir

functions in genutils.py.  Also added one for get_home_dir.
Brian Granger 18 years ago
parent a78a37dfa8
commit 93179e9fbe

@ -115,6 +115,7 @@ def find_packages():
add_package(packages, 'kernel', config=True, tests=True, scripts=True)
add_package(packages, 'kernel.core', config=True, tests=True)
add_package(packages, 'testing', tests=True)
add_package(packages, 'tests')
add_package(packages, 'testing.plugin', tests=False)
add_package(packages, 'tools', tests=True)
add_package(packages, 'UserConfig')

Loading…
Cancel
Save