Commit Graph

324 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
Thomas Kluyver d729dfbbe2 Fix passing extra arguments to Python test controllers
12 years ago
Thomas Kluyver 81660c08ce Allow running Python tests on one section of the codebase
12 years ago
Thomas Kluyver 45faf9a949 Merge commit '37dadeb' (most of PR #4391)
12 years ago
Paul Ivanov 4993ddd498 make js tests quieter, silence notebook server
12 years ago
Paul Ivanov 7546e57db4 make tests work on TravisCI
12 years ago
Thomas Kluyver fc639f3d25 Separate out machinery for running JS tests
12 years ago
Paul Ivanov 5fbfc30a08 quieter notebook server output for js test suite
12 years ago
Paul Ivanov 3fdbeb5cae use a temporary directory for js tests
12 years ago
Paul Ivanov 49770da5ea --no-browser flag to js tests notebook server
12 years ago
Paul Ivanov 5f4c695aab start and use notebook server for js test suite
12 years ago
Paul Ivanov aaae8fd200 JSController working, `iptest js` runs casperjs
12 years ago
Paul Ivanov 66972d69bf added javascript section with casperjs requirement
12 years ago
Paul Ivanov 8338f9ae90 simplify prepare_controllers logic
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 bc16465b66 Clean up formatting sys info for test report
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 404fa0f034 Restore mention of number of test groups after success
12 years ago
Thomas Kluyver 9b25eb7cdb More concise test summary info
12 years ago
Thomas Kluyver 93d653985a Hopefully fix ordering of output on ShiningPanda
13 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
Thomas Kluyver fd2c1c9157 Allow passing extra arguments to iptest through for nose
13 years ago
Min RK db1ff54ec3 add nbconvert serve exclusions without tornado
13 years ago
Thomas Kluyver 2abff123ea Simplify parsing -j arg
13 years ago
Thomas Kluyver 1e1e3c57f9 Unify entry points for iptest
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 1427c61097 Fix printing test failures on Python 3
13 years ago
Thomas Kluyver 0042dce3a6 Separate TestController base class which could be used for JS tests
13 years ago
Thomas Kluyver f14a22e5f0 Also show which test groups didn't run
13 years ago
Thomas Kluyver eba1f23058 Better coverage reporting
13 years ago
Thomas Kluyver 79cde3f20a Allow xunit and coverage output
13 years ago
Thomas Kluyver 3659828316 Improve test output
13 years ago
Thomas Kluyver 51653610ef Fix cleanup of test controller
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
Bussonnier Matthias b1662530a0 Merge pull request #2442 from minrk/signithalt
14 years ago
MinRK d6db92b7e6 allow iptest to be interrupted
14 years ago
Fernando Perez 630e178616 Ensure that in-process test group doesn't create global IPython singleton.
14 years ago
Thomas Kluyver b6776682dc Fix IPython.utils.warn API so messages are automatically displayed followed by a newline.
14 years ago
MinRK 27abd01589 skip crash tests by default
14 years ago
Brian Granger 421ada2837 Adding exclusion for the azure module in iptest.
14 years ago
Thomas Kluyver 31b326ca02 Exclude slow tests (IPython.parallel by default in iptest
14 years ago
Bradley M. Froehle 35493dabd2 Create a unique & temporary IPYTHONDIR for each testing group.
14 years ago
Bradley M. Froehle f2b9bc6016 Print warning message if process could not be killed.
14 years ago
Bradley M. Froehle 4bf8f834ca Work around lack of os.kill in win32.
14 years ago
Bradley M. Froehle 71b4bf797c win32 iptest: Use subprocess.Popen() instead of os.system().
14 years ago
Matthias BUSSONNIER 011403a14f use print function in module with `print >>`
14 years ago
Fernando Perez 22071dfede Skip notebook 'static' dir in test suite.
14 years ago
MinRK ae177a38cb remove empty IPython.scripts test group
14 years ago
MinRK 722e90d50a only add quotes around xunit-file on Windows
14 years ago
Jörgen Stenarson 9919f31095
14 years ago
Jörgen Stenarson 13b30ed3c4
14 years ago
Jonathan March 3edd709ab6 BUG: test runner fails in Windows if filenames contain spaces.
14 years ago
Fernando Perez d81197455a Merge pull request #1849 from stefanv/octavemagic
14 years ago
MinRK d73b4e428e don't warn in iptest if deathrow/quarantine are missing
14 years ago
MinRK 33b0144b8f skip autoreload tests
14 years ago
MinRK 5b0d89a9ad use glob for bad exclusion warning
14 years ago
Stefan van der Walt c9a0f40dc5 Skip octavemagic tests if oct2py is unavailable.
14 years ago
Fernando Perez 22c5d421fc Merge pull request #1780 from jonathan-taylor/rmagic_extension
14 years ago
Fernando Perez 41665e4483 Ensure that no tests are attempted if numpy or rpy2 are not present.
14 years ago
Thomas Kluyver b47a0cfda9 Add assert_in method to nose for Python 2.6
14 years ago
MinRK 45a3230d70 test for exclusions based on ipython_package_dir
14 years ago
MinRK cd6fd19fd8 remove stale exclusions revealed by warning
14 years ago
MinRK 65ac94d8f4 warn on nonexistent exclusions
14 years ago
MinRK 3ac79da49c add missing cython exclusion in iptest
14 years ago
Fernando Perez c15e0fa132 Merge pull request #1770 from ellisonbg/cython_magic
14 years ago
Brian Granger 26e8363d46 More code review changes:
14 years ago
MinRK 1cd79e1461 test for pygments before running qt tests
14 years ago
MinRK 6419b0b130 include IPython.zmq in iptest groups
14 years ago
MinRK fe92e50471 remove a few more obsolete twisted notes
14 years ago
Thomas Kluyver 7d849a2f70 Only monkeypatch xunit when the tests are run using it.
14 years ago
Thomas Kluyver 4f947c2877 Make separate function to monkeypatch Xunit.
14 years ago
Thomas Kluyver 5773f8cd1d Monkeypatch Xunit to count known failures as skips, not errors.
14 years ago
Thomas Kluyver 717285060e Use explicit for loop to find section in testing.
14 years ago
Thomas Kluyver 4b51bacbb2 Don't raise errors from coverage post-processing.
14 years ago
Thomas Kluyver 93a8b9d215 Use separate option --with-xml-coverage to ask for coverage xml output.
14 years ago
Thomas Kluyver 24af9ac298 Use standard command for coverage.
14 years ago
Thomas Kluyver e29d417931 Produce coverage xml reports from subprocess test runners.
14 years ago
Fernando Perez 1d5c57d6c9 Remove debug print statement left over from PR #1316.
14 years ago
Thomas Kluyver b01e9ea082 Pass subprocess test runners a suitable location for xunit output.
14 years ago
MinRK 88340d682c update iptest exclusions with recent changes
14 years ago
Fernando Perez 983b3a7bc8 Fix inline backend logic and avoid tests if mpl not available.
14 years ago
Matthias BUSSONNIER 38cd955d8d update copyright to 2011/20xx-2011
14 years ago
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