##// END OF EJS Templates
[bug] Close debian bugs: remove debian/ dir and add missing man pages....
[bug] Close debian bugs: remove debian/ dir and add missing man pages. This closes the bugs: https://bugs.launchpad.net/ipython/+bug/291143 https://bugs.launchpad.net/ipython/+bug/368719 The manpages were contributed by Debian's Stephan Peijnik, and lightly edited to update them with current trunk functionality.

File last commit:

r1332:9a4b350a
r2105:3fdfd18f merge
Show More
tstTEMPLATE_doctest.py
16 lines | 427 B | text/x-python | PythonLexer
"""Run this file with
irunner --python filename
to generate valid doctest input.
NOTE: make sure to ALWAYS have a blank line before comments, otherwise doctest
gets confused."""
#---------------------------------------------------------------------------
# Setup - all imports are done in tcommon
import tcommon; reload(tcommon) # for interactive use
from IPython.testing.tcommon import *
# Doctest code begins here