
Alan,
If others agree, could we suppress the output of skipped tests unless specifically requested? They clutter the output, and makes it more difficult to see which "real" tests fail.
Stéfan

On Wed, Jul 30, 2008 at 5:01 PM, Stéfan van der Walt stefan@sun.ac.za wrote:
If others agree, could we suppress the output of skipped tests unless specifically requested? They clutter the output, and makes it more difficult to see which "real" tests fail.
I'll see if there's some easy way to do that (I can't remember if I looked for this before), but one way to make them go away is to upgrade nose to 0.10.3 or later. ;)

2008/7/30 Alan McIntyre alan.mcintyre@gmail.com:
On Wed, Jul 30, 2008 at 5:01 PM, Stéfan van der Walt stefan@sun.ac.za wrote:
If others agree, could we suppress the output of skipped tests unless specifically requested? They clutter the output, and makes it more difficult to see which "real" tests fail.
I'll see if there's some easy way to do that (I can't remember if I looked for this before), but one way to make them go away is to upgrade nose to 0.10.3 or later. ;)
Thanks, Alan -- that works for me. For others who need to do the same, the command is
easy_install nose==0.10.3
Cheers Stéfan
participants (2)
-
Alan McIntyre
-
Stéfan van der Walt