Commit Graph

107 Commits (03cae6504e4d7d14dc60165ac699ee43c51cb8a0)

Author SHA1 Message Date
MinRK dd8761ea1d Allow IPython to run without sqlite3
14 years ago
Bernardo B. Marques 8e32204222 remove all trailling spaces
15 years ago
MinRK 56c8403ac0 allow more processing in test_for
15 years ago
MinRK 50f9bd9ceb update tornado dependency to 2.1
15 years ago
Brian E. Granger 408fde5aa3 Check for tornado before running frontend.html tests.
15 years ago
Brian E. Granger 706819d81c Merge branch 'htmlnotebook'
15 years ago
Matthew Brett acf85b0824 BF - allow nose with-doctest setting in environment
15 years ago
Brian E. Granger 59a9cd1777 Updates to basic notebook format.
15 years ago
Jörgen Stenarson eea358698b
15 years ago
Thomas Kluyver 9dd9ddc0e7 Replace links to launchpad bugs in comments/docstrings with equivalent github links.
15 years ago
Thomas Kluyver e77036cc30 Call sys.exit() at correct point in iptest.
15 years ago
Thomas Kluyver a15c6996b1 Add exit code when running all tests with iptest.
15 years ago
MinRK daa9df5b63 various db backend fixes
15 years ago
MinRK 59f06d7d7b update zmq dependency on Windows to 2.1.7
15 years ago
MinRK f32e2bb944 depend on pyzmq-2.1dev on Windows
15 years ago
MinRK 7eefed1d6b fix 'test_pylabtools' exclusion in iptest
15 years ago
MinRK a6aaa64016 update test exclusions
15 years ago
Fernando Perez a6ebd33613 Do not generate output for empty figures in Qt console.
15 years ago
MinRK cf9b16d19d fix pyzmq version check for testing IPython.parallel
15 years ago
MinRK ca5b871975 add pymongo to iptest exclusions
15 years ago
MinRK b84c3f0cd6 organize IPython.parallel into subpackages
15 years ago
MinRK 587b10631a rebase IPython.parallel after removal of IPython.kernel
15 years ago
MinRK 5dfb26377f add zmq checking in iptest
15 years ago
MinRK 1277658644 Merge branch 'removetwisted' of https://github.com/ellisonbg/ipython into remove_twisted
15 years ago
Paul Ivanov b7a088db6b make know failures report as 'K'
15 years ago
Brian Granger 527aa15f84 Removed Twisted related things from setup scripts and testing.
15 years ago
Thomas Kluyver becb566a6f Tweak code with suggestions from yesterday.
15 years ago
Robert Kern 943edf4cf9 Remove check for GTK in tests, so that the default encoding remains ascii, and Unicode failures can be resolved.
15 years ago
Fernando Perez 5a0edd6c04 Complete support of git commit info with IPython.sys_info().
15 years ago
Brian Granger 29259fc441 Refactor of prompts and the displayhook.
16 years ago
Brian Granger 30627d74a5 Moving and renaming in preparation of subclassing InteractiveShell.
16 years ago
Fernando Perez 2e8acf77e2 Finish cleanup of setup.py and tests after dead code removal.
16 years ago
Brian Granger 9d00d5e3da Minor cleanup in iptest.py and growl.py.
16 years ago
Brian Granger ba5e56c49f Removed the top-level iptest.py and INSTALLED logic.
16 years ago
Brian Granger e5b30872ed More work addressing review comments for Fernando's branch.
16 years ago
Brian Granger e24997b0ba Work to address the review comments on Fernando's branch.
16 years ago
Fernando Perez 8965698c56 Added diagnostics printout at the end of the test suite.
16 years ago
Fernando Perez e1ea030504 Robustness fixes in test suite machinery.
16 years ago
Fernando Perez ecff1e9e39 Make the test suite runnable without X11 connections.
16 years ago
Fernando Perez 5740081c62 Fix tests to return consistent results regardless of how they are called.
16 years ago
Fernando Perez 34dd139174 Fixes to make test suite more robust on Fedora.
16 years ago
Fernando Perez 5756b33e52 Make it possible to run the tests from the source dir without installation.
16 years ago
Fernando Perez ae70bfc440 Let iptest pass arguments correctly to nose (in-process or in subprocess).
16 years ago
Fernando Perez 1621f0a23f Fix bug where python -c "import IPython; IPython.test()" could fail.
16 years ago
Fernando Perez 59117c597e Include 'kernel' in the nose tests as well; it picks up doctests that trial
16 years ago
Fernando Perez 91791416ab Fixes for test suite in win32 when all dependencies (esp. Twisted) are
16 years ago
Fernando Perez e3a6f8da77 Fix test failure when pexpect not available
16 years ago
Fernando Perez 2b7da9a1bd Fix test suite when Twisted not available, cleanups to iptest for clarity.
16 years ago
Fernando Perez 0e94b28cd8 Remove accidentally introduced runtime nose dependencies.
16 years ago
Fernando Perez 22cb80d555 Fix config part of the test suite.
16 years ago