Re: [PATCH Test::Tutorial] Don't Assume Tests Pass in Test Names

2001-10-09 Thread Michael G Schwern
On Tue, Oct 09, 2001 at 09:25:08PM -0600, chromatic wrote: > Here's a patch to Test::Tutorial that improves the test names along those > criteria. It may be worth adding a few lines on good test names. > > Maybe it's worth discussing good testing style, too. Maybe it's worth editing on the Wiki

[PATCH Test::Tutorial] Don't Assume Tests Pass in Test Names

2001-10-09 Thread chromatic
Our fearless pumpking recently weighed in on test names that assume success. What he said made a lot of sense. If a test fails, the message looks all wrong. That may compel some people to fix the tests or the modules, but it may confuse more people. Here's a patch to Test::Tutorial that improve