##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2493:c70f80f1
Inform user at install time of minimal python requirements if not met. Fixes: https://bugs.launchpad.net/ipython/+bug/505090
Fernando Perez
0
r2492:7d1b5074
Give good error message when starting tests if nose is missing.
Fernando Perez
0
r2491:d3501028
Include iptest.py in MANIFEST so it gets shipped.
Fernando Perez
0
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
r2480:47473ae7
Let iptest pass arguments correctly to nose (in-process or in subprocess). Fixes https://bugs.launchpad.net/ipython/+bug/507079 Also, remove relative imports from the iptest.py module so it can be run as a script as well under 2.5 or 2.6.
Fernando Perez
0
r2479:e612d914
Fix names so these doctests pass correctly when run in bare 'iptest IPython'
Fernando Perez
0
r2478:0426c24c
Fix frontend tests so they obtain the right global test IPython object.
Fernando Perez
0
r2477:0027a7dd
Minimize stdout side effects in testing instances.
Fernando Perez
0
r2476:680ae8c7
Fix warning on startup if user didn't have personal copies of cluster config. We use the builtin defaults in this case, we were just missing searching in our own paths. Also suppress deprecation warnings from Twisted.
Fernando Perez
0
r2475:cf368914
Fix test I'd broken with change of reporting in %who.
Fernando Perez
0
r2474:61fcf214
Fix %history to stop printing last line. This was triggering a recursive calling of %hist in doctests, resulting in spurious output from the test suite. Closes https://bugs.launchpad.net/ipython/+bug/507705 Also minor pep-8 formatting cleanups.
Fernando Perez
0
load next
< 1 .. 1311 1312 1313 1314 1315 .. 1437 >
showing 20 out of 28734 commits