Go to file
Thomas Kluyver a0b60a24cd Option to spew subprocess streams during tests
This supersedes PR #4268.

Run the tests with '--subproc-streams show' to show output from
subprocesses (kernels, IPython.parallel components) in the terminal, or
with '--subproc-streams discard' to send it to /dev/null. By default (or
with '--subproc-streams capture') the output is piped, captured and
displayed only when tests fail. But in some situations, a test fails
because of an error which actually occurred earlier, so you have to see
all the output.
2013-12-13 12:11:14 -08:00
docs/source Documenting codemirror shorcuts. 2013-11-24 17:20:09 -03:00
examples Merge pull request #4466 from minrk/pandoc-preamble 2013-11-05 12:30:55 -08:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Option to spew subprocess streams during tests 2013-12-13 12:11:14 -08:00
.gitignore Generate docs for config options. 2013-11-01 18:18:48 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py Bump Sphinx version dependency 2013-12-10 16:50:37 -08:00
setupbase.py Add sample wav file to package_data 2013-11-11 10:24:28 -08:00