##// END OF EJS Templates
Commit Message Age Author Refs
load previous
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
r2473:422844f1
Make an error message a bit easier to understand.
Fernando Perez
0
r2472:422c7f0d
Clean up output of %who
Fernando Perez
0
r2471:1b44dbf7
Add recipe to log to with timestamps. Original patch by Gökhan Sever, minor formatting fixes.
Fernando Perez
0
r2470:aefc57e1
missed something in a doc in converting to traits-compatible API
Dav Clark
0
r2469:81d5b6be
merged from ~fdo.perez/ipython/trunk-dev
Dav Clark
merge
0
r2468:6e6a85ae
Update revnum; ready for testing, will upload and send to the dev list. Docs have been added, this is close to a reasonable RC for 0.11. As of this revision, we're down to 0 errors on linux and 1 on windows (that appears twice). The windows error is tracked here: https://bugs.launchpad.net/ipython/+bug/506839
Fernando Perez
0
r2467:44dc2487
Wrote up description with examples of our testing system.
Fernando Perez
0
r2466:d8c93552
Added notes with ideas about new design for %magics.
Fernando Perez
0
r2465:b03ae0a5
Fix bug where python -c "import IPython; IPython.test()" could fail. Depending on where one was located when typing it, it could fail. Made all necessary paths absolute so this doesn't happen.
Fernando Perez
0
r2464:2a4cdc48
Include 'kernel' in the nose tests as well; it picks up doctests that trial doesn't.
Fernando Perez
0
r2463:2b838724
Changed trial skip to be a simple flag, now that I know this works. I thought it needed to be a method, apparently not, use the simplest thing that works.
Fernando Perez
0
r2462:ddd52031
Fix the two Twisted trial errors under win32. I had incorrectly used a nose decorator instead of the twisted approach.
Fernando Perez
0
load next
< 1 .. 1312 1313 1314 1315 1316 .. 1438 >
showing 20 out of 28742 commits