##// END OF EJS Templates
Added simple tests for IPython.config.loader.
Added simple tests for IPython.config.loader.

File last commit:

r2055:ca7988a6
r2186:f9568614
Show More
test_imports.py
10 lines | 192 B | text/x-python | PythonLexer
#!/usr/bin/env python
# encoding: utf-8
def test_import_configloader():
from IPython.config import configloader
def test_import_userconfig():
from IPython.config import userconfig