Commit Graph

71 Commits (8965698c562cd299d8ac95132ea01c8a36d10baa)

Author SHA1 Message Date
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
Brian Granger d2126ac322 Merging -r 1196 from lp:ipython.
17 years ago
Brian Granger 551b819cd4 Merging -r 1185 from lp:ipython.
17 years ago
Fernando Perez 2f50493d06 Fixes so the test suite runs when Twisted is not available.
17 years ago
Brian Granger acc15a048b Merging -r 1177 from lp:ipython with fixes and resolutions.
17 years ago
Fernando Perez f64ae7afe9 Make iptest more reliable under Win32.
17 years ago
Fernando Perez 0331faae06 Small fixes for wx-dependent tests and include clearcmd.
17 years ago
Brian Granger 4e709cd95d Updated iptest to skip inputhook*.py files for doctesting.
17 years ago
Brian Granger 58e345c261 Refactored iptest.py to work with new package org.
17 years ago
Brian Granger 6221939722 Renaming Extensions=>extensions in code and imports.
17 years ago
Brian Granger f53e35c98b UserConfig => config/userconfig and imports updated.
17 years ago
Brian Granger 629dabdeab upgrade_dir.py => utils/upgradedir.py and updated imports.
17 years ago
Brian Granger 8bdec3ecc8 ultraTB.py => core/ultratb.py and imports updated.
17 years ago
Brian Granger a522e6f6fd Shell.py => core/shell.py and imports updated.
17 years ago
Brian Granger 7c088ae84a Release.py => core/release.py and imports updated.
17 years ago
Brian Granger c2b67757f4 Prompts.py => core/prompts.py and imports updated.
17 years ago
Brian Granger d24aa6729d All platutils modules to utils, moved tests and updated imports.
17 years ago
Brian Granger a86437a272 OutputTrap.py => core/outputtrap.py and updated imports.
17 years ago
Brian Granger 96372896a0 OInspect.py => core/oinspect.py and imports updated.
17 years ago
Brian Granger 93ff33a755 Magic.py => core/magic.py and imports updated.
17 years ago
Brian Granger 9e7706b8e8 irunner.py => lib/irunner.py and imports updated.
17 years ago
Brian Granger 6f8009d88f Logger.py => core/logger.py and updated imports.
17 years ago
Brian Granger d4c01d0407 FakeModule.py => core/fakemodule.py and updated tests and imports.
17 years ago
Brian Granger 32a5e3041d deep_reload.py =? lib/deepreload.py and imports updated.
17 years ago
Brian Granger 8221c8f920 Debugger.py => core/debugger.py and updated all imports.
17 years ago
Brian Granger d0a609940a CrashHandler.py => core/crashhandler.py and updated all imports.
17 years ago
Brian Granger 6bc203735a ConfigLoader.py => config/configloader.py and updated all imports.
17 years ago
Brian Granger bfd32c129b background_jobs.py => lib/backgroundjob.py and imports updated.
17 years ago
Brian Granger f6061ca275 ColorANSI.py -> utils/coloransi.py and all imports updated.
17 years ago