how to make nose to log output of cases to separate files?
问题 I am using nose to run a bunch of test cases. I would like to record output of each case to separate files, and to know result[success/failure] of each case. unfortunately, I can not figure out how to do it with nose. can anybody provide some clues? thank you 回答1: Firstly, this sounds like unusual usage , and may indicate that you should rethink your testing scheme. I can think of a couple of ways to address this. The simplest would be to have each test log itself instead of having nose do it