why don't many test frameworks support file-output?

Kent Johnson kent at kentsjohnson.com
Thu Feb 23 08:09:41 EST 2006


kanchy kang wrote:
> i browsed the following frameworks briefly: nose, OOBTest,
> testosterone,  py.test, Sancho ... and found out they do support 
> imediate screen-output only.

unittest.TextTestRunner() has an optional stream argument that would let 
you output to a file.

Kent



More information about the Python-list mailing list