##// END OF EJS Templates
When I merge ipython1.external into IPython, I didn't see that IPython had its own external ...
When I merge ipython1.external into IPython, I didn't see that IPython had its own external subpackage. I have now combined these two into one, removing repetitions.

File last commit:

r1234:52b55407
r1236:290737d0
Show More
tstTEMPLATE_doctest.txt
24 lines | 661 B | text/plain | TextLexer
/ IPython / testing / tstTEMPLATE_doctest.txt
Doctests for the ``XXX`` module
=====================================
The way doctest loads these, the entire document is applied as a single test
rather than multiple individual ones, unfortunately.
Auto-generated tests
--------------------
The tests below are generated from the companion file
test_toeplitz_doctest.py, which is run via IPython's irunner script to create
valid doctest input automatically.
# Setup - all imports are done in tcommon
>>> from IPython.testutils.tcommon import *
# Rest of doctest goes here...
Manually generated tests
------------------------
These are one-off tests written by hand, copied from an interactive prompt.