##// END OF EJS Templates
Merged Laurent's fixes for various small issues with the standalone WX...
Merged Laurent's fixes for various small issues with the standalone WX frontend. I modified the name of the new standalone script to be 'ipython-wx' because I expect we'll develop a set of new GUI frontends. Using the naming scheme 'ipython-XX' will make them easier to discover.

File last commit:

r1332:9a4b350a
r1595:b7059034 merge
Show More
tstTEMPLATE_doctest.txt
24 lines | 659 B | text/plain | TextLexer
/ IPython / testing / attic / 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.testing.tcommon import *
# Rest of doctest goes here...
Manually generated tests
------------------------
These are one-off tests written by hand, copied from an interactive prompt.