##// END OF EJS Templates
Fixing a nasty bug in test_frontend.py that was leading to all sorts...
Fixing a nasty bug in test_frontend.py that was leading to all sorts of weird problems with our test suite like random test errors and unhandled errors in Deferreds. There are 3 problems with this test module: 1. Doesn't use twisted.trial.unittest.TestCase as a base class 2. Test methods don't return Deferreds 3. One test method actually has an unhandled error in a Deferred The only thing I have don't is put a @skip decorator on test_error_callback_added_to_execute to hide 3. All of these things still need to be fixed though. But our tests now pass.
Brian Granger -
r1614:9dcfcfc5
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.