[IPython-dev] stdout when running the test suite
Brian Granger
ellisonbg at gmail.com
Sat Apr 23 18:15:27 EDT 2011
Hi,
I am running the test suite a lot today as I code I am getting a lot
of things dumped to stdout or stderr from the tests suite. Things
like this:
...........................................>autocallable()
>list("1", "2", "3")
>list("1 2 3")
>len(range(1,4))
>list("1", "2", "3")
This is even without -vs enabled. Are other people seeing this? Does
anyone have thoughts on where to start looking to get rid of this
output?
Cheers,
Brian
--
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com
More information about the IPython-dev
mailing list