Commit Graph

144 Commits (011403a14f40bfc7830a0e4dc1663a0b10f4df95)

Author SHA1 Message Date
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