tst_tools_utils_doctest2.py
13 lines
| 279 B
| text/x-python
|
PythonLexer
Brian E Granger
|
r1234 | # Setup - all imports are done in tcommon | ||
Brian E Granger
|
r1237 | from IPython.testing import tcommon | ||
from IPython.testing.tcommon import * | ||||
Brian E Granger
|
r1234 | |||
# Doctest code begins here | ||||
from IPython.tools import utils | ||||
# Some other tests for utils | ||||
utils.marquee('Testing marquee') | ||||
utils.marquee('Another test',30,'.') | ||||