Commit Graph

205 Commits (4e6a1c1d699de49625f5ceced3edbd67b4758f12)

Author SHA1 Message Date
Thomas Kluyver 4e6a1c1d69 Don't check for wx in the test suite.
12 years ago
Thomas Kluyver 1c9386b6d6 StreamCapturer should die if main process crashes.
12 years ago
Thomas Kluyver 28fcac5088 Don't use select() in StreamCapturer
12 years ago
Thomas Kluyver acd00de9dd Simplify StreamCapturer for subprocess testing
12 years ago
Thomas Kluyver 79c0712752 Catch failures reading data from terminated subprocesses
12 years ago
Thomas Kluyver fc639f3d25 Separate out machinery for running JS tests
12 years ago
Paul Ivanov 66972d69bf added javascript section with casperjs requirement
12 years ago
Thomas Kluyver ab357f190b Merge pull request #4393 from takluyver/tests-subproc-stream-capture
12 years ago
MinRK 77c1a10518 update test requirements for IPython.html
12 years ago
Thomas Kluyver d68658e3a1 Don't show subprocess output if there isn't any
12 years ago
Thomas Kluyver 4bcd7bd44d Don't try to wait for StreamCapturer that was never started
12 years ago
Thomas Kluyver 7d98362972 Capture output from subprocs during test, and display on failure
12 years ago
Thomas Kluyver 7db44e7e39 Fix excludes for IPython.testing
13 years ago
Thomas Kluyver f24a3061f3 Use plain string searching for test exclusions.
13 years ago
Min RK db1ff54ec3 add nbconvert serve exclusions without tornado
13 years ago
Thomas Kluyver 860da5d81a Allow 'iptest IPython.lib' as well as 'iptest lib'
13 years ago
Thomas Kluyver 296eecde56 Allow drilling down to individual tests using iptest command
13 years ago
Thomas Kluyver eba1f23058 Better coverage reporting
13 years ago
Thomas Kluyver 2138216f15 Start refactoring test machinery
13 years ago
Thomas Kluyver 1e013a8f1f Split out iptestcontroller to control test process.
13 years ago
MinRK 6abcf90d4e add nbconvert serve exclusions without tornado
13 years ago
Paul Ivanov 7e255d42dd remove unnecessary print statement
13 years ago
Paul Ivanov 396ac5c74f removing unnecessary print statements
13 years ago
Paul Ivanov da4379ec26 parallel is slowest of all, moving it to the front
13 years ago
Paul Ivanov 596df103e3 added prettier printing
13 years ago
Paul Ivanov 1c4f6afc0a run test in parallel (FASTER)
13 years ago
Thomas Kluyver 7a07a1c88d Drop monkeypatch for pre-1.0 nose
13 years ago
Thomas Kluyver 09bb0830a8 Remove extra assert methods needed for Python 2.6
13 years ago
MinRK af88c03774 exclude IPython.lib.kernel in iptest
13 years ago
Jonathan Frederic 6803663813 nbconvert no longer depends on markdown
13 years ago
Jonathan Frederic 7782f29910 Re-enable files directory exclusion.
13 years ago
Jonathan Frederic ed83c16fa4 Travis, test without exclusion...
13 years ago
Jonathan Frederic 86b4f48476 Exclude nbconvert testing config files from iptest interpretation.
13 years ago
Thomas Kluyver 1b66bd9615 Remove unused imports in IPython.testing
13 years ago
Brian E. Granger 13c93844ed Merge pull request #3500 from ipython/nbconvert
13 years ago
Brian E. Granger 7d7912d732 Fixing test logic for nbconvert to get tests to pass.
13 years ago
Thomas Kluyver e4a08d1036 Add test suite for autoreload extension
13 years ago
Victor Zverovich 99eedefa41 Use absolute path to iptest, because the tests are not always run from $IPYTHONDIR.
13 years ago
MinRK a3653e34b1 update references for IPython.html
13 years ago
Fernando Perez a1c0b749ff Fix imports in test suite.
13 years ago
Brian E. Granger d2100bdc06 Fixing imports for frontend tests.
13 years ago
Brian E. Granger 8d8c2f6e5b Updating tests for refactor.
13 years ago
MinRK cb56d2378b exclude fabfile from tests
13 years ago
MinRK 11a01f86ce move IPython.inprocess to IPython.kernel.inprocess
13 years ago
MinRK 98dd01411e test IPython.kernel
13 years ago
MinRK c699d0f6a5 fix callback testing for pyzmq version_info
13 years ago
MinRK 1c196310d4 bump minimum pyzmq version to 2.1.11
13 years ago
Brian E. Granger 4fadfecbb7 Merge pull request #2724 from pberkes/embedded-ipython-v2
13 years ago
Bradley M. Froehle 3493814467 Skip notebookapp testing if jinja2 is not available.
13 years ago
Thomas Kluyver e344f37ebd Merge pull request #2301 from takluyver/ast-transfomers
13 years ago