Commit Graph

99 Commits (eea358698b35ef60512e89808e7aa91ce421ddf1)

Author SHA1 Message Date
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
Fernando Perez 72cb0a3c73 Massive amount of work to improve the test suite, restores doctests.
16 years ago
Fernando Perez 6d8161fac0 A few small fixes so ipythonx works, and PEP-8 cleanups I found along the way.
16 years ago
Fernando Perez e68e992d80 Improve test suite robustness by cleaning up stale processes when possible.
16 years ago
Fernando Perez dabdb5361a Work in multiple places to improve state of the test suite.
16 years ago
Fernando Perez dd4405c646 Progress towards getting the test suite in shape again.
16 years ago
Fernando Perez ed2f210ebe Add new testing support machinery with better parametric tests.
16 years ago
Brian Granger 4ca0ac83cc First failed attempt to get the test suite to run.
17 years ago
Brian Granger 5f4dfb3d53 Merging upstream change from module-reorg branch.
17 years ago