##// END OF EJS Templates
Fixing tests that are broken when dependencies are missing....
Fixing tests that are broken when dependencies are missing. I have also fixed a number of other small problems getting ready for the release.

File last commit:

r1332:9a4b350a
r1557:50c55f4b 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