From: Gregory Brown Date: 2007-02-16T05:07:52+09:00 Subject: Re: Best way to skip tests On 2/15/07, Tim Pease wrote: > I like the idea of having a skip method that prints to the screen. It > is a way to let the user know that something is not being tested for > one reason or another. I like this idea too. I usually will print a message to STDERR when I skip tests, but this gets obscured by the test/unit output and makes it hard to tell what's going on.