##// END OF EJS Templates
Complete first pass on testing system. All tests pass on my box. Whew....
Complete first pass on testing system. All tests pass on my box. Whew. We now have a first cut of a functioning testing system. Many examples had to be disabled (with a proper decorator), but now we can begin building a robust test suite for all of IPython. The big remaining todo is to fix the handling of the ipython/test namespace synchronization, which is still not 100% correct. Once that is done, some of the currently skipped tests will be reactivated.
Fernando Perez -
r1435:da07a079
Show More
Name Size Modified Last Commit Author
IPython
debian
docs
scripts
setupext
test
tools
.checkeol Loading ...
.hgignore Loading ...
COPYING.txt Loading ...
MANIFEST.in Loading ...
README.txt Loading ...
README_Windows.txt Loading ...
ipykit.py Loading ...
ipython.py Loading ...
setup.py Loading ...
setup_bdist_egg.py Loading ...
setupbase.py Loading ...
setupegg.py Loading ...
setupexe.py Loading ...
win32_manual_post_install.py Loading ...

===============
IPython1 README
===============

.. contents::

Overview
========

Welcome to IPython. New users should consult our documentation, which can be found
in the docs/source subdirectory.