##// END OF EJS Templates
Prevent forced reloading of doctest which was breaking lots of tests....
Prevent forced reloading of doctest which was breaking lots of tests. This was the very hard to track source of many test problems. The doctest_reload() function name wasn't changed, but it doesn't actually do reload(doctest) anymore. This is sufficient to clean a large number of test errors in one shot.
Fernando Perez -
r2090:4532d59c
Show More
Name Size Modified Last Commit Author
/ test
manualtest_repr_tb.py Loading ...
runtests.py Loading ...
test_autocall.ipy Loading ...
test_cd.ipy Loading ...
test_completer.py Loading ...
test_cpaste.ipy Loading ...
test_embed.py Loading ...
test_handlers.py Loading ...
test_ihist.ipy Loading ...
test_ipapi.py Loading ...
test_irunner.py Loading ...
test_prefilter.py Loading ...
test_shell_options.py Loading ...
test_shouldfail.ipy Loading ...
test_wildcard.py Loading ...