test_imports.py
6 lines
| 110 B
| text/x-python
|
PythonLexer
Brian Granger
|
r2012 | #!/usr/bin/env python | ||
# encoding: utf-8 | ||||
def test_import_completer(): | ||||
from IPython.core import completer | ||||