Commit message Age Author Refs
r2490:311f84eb
Doc updates to testing to reflect recent changes. Updated revnumber to push an updated testing release out for this branch.
Fernando Perez
0
r2489:eafa08d0
Added %exit, %quit and %Quit as magics for consistency.
Fernando Perez
0
r2488:ac681df1
Make the test suite runnable without X11 connections. This fix makes the test suite work in settings like a screen session that can import but not initialize GTK.
Fernando Perez
0
r2487:e7fa2331
Fix tests to return consistent results regardless of how they are called. Now, calling: - 'python iptest.py' from source dir or from src/IPython/testing should give the same results - 'python iptest.py IPython.SOMETHING' from either place should also give the same results.
Fernando Perez
0
r2486:3ed2d8dd
Comment out accidentally left over 'raise'. This function promises NEVER to raise an exception, I was propagating it out while debugging some odd behavior with __builtins__ and left it accidentally in place.
Fernando Perez
0
r2485:fa15b196
Ensure that __builtin__ is always available and compute prompts from it. __builtins__ (note the s) can change from module to dict somewhat at random, see this for details: http://mail.python.org/pipermail/python-dev/2001-April/014068.html If this happened, our prompt computations could go out of whack in bizarre ways, I saw it happen for continuation prompts after loading pylab, for example. This change fixes it.
Fernando Perez
0
r2484:bf772432
Do not call %run with quotes, since on Windows quotes aren't stripped. On Posix, shlex strips quotes from filenames, but not on Windows. So if we call %run "somefilename" on Win32, we get a 'file not found' error. This problem was appearing for the test suite on win32.
Fernando Perez
0
r2483:c24bd21b
Fixes to make test suite more robust on Fedora. I fond some spurious warnings on Fedora, extra noise on stdout and other small problems this commit fixes. The test suite now runs cleanly on Fedora11 without Twisted available.
Fernando Perez
0
r2482:6b305ad5
Moved twisted import into a function, so base exception classes in kernel can be imported without twisted present.
Fernando Perez
0
r2481:fb6ed63c
Make it possible to run the tests from the source dir without installation. Also clean up the handling of command-line options for iptest, so that all options given at the top-level are correctly passed to nose. Fixes: https://bugs.launchpad.net/ipython/+bug/507079
Fernando Perez
0
< 1 .. 2626 2627 2628 2629 2630 .. 2877 >