[Pyunit-interest] Anyone have/thought about a more "program friendly" TestRunner
Brought to you by:
purcell
|
From: John Z. <jz...@sp...> - 2002-03-29 21:17:39
|
I am trying to use PyUnit in a testing framework where I don't really have access to sys.stdout/stderr during the running of the tests, and I can't really remap those streams to a StringIO either, so TextTestRunner is not really doing the job for me. I am picturing a TestRunner which returns the test results in some sort of tuple with all the information. Has anyone else given any thought/code to this? TIA, John Ziniti |