Paul Johnson <[EMAIL PROTECTED]> writes:
>On Wed, Feb 14, 2001 at 07:27:10PM +0000, [EMAIL PROTECTED] wrote:
>
>> >BEGIN { plan tests => 14, todo => [3,4] }
>> 
>> Which requires you to got edit the numbers when you add tests.
>> Not wanting to do that is why I started use'ing Test.
>
>Same here.  But you have to edit the number of tests anyway, 

Which is another pain ...

>and I think
>you _should_ have to.
>
>Of course, editing the todo list is a lot harder, but I wouldn't want to
>go naming all my tests.  Perhaps they could have an optional name?

I was thinking more along the lines of 

  ok(...);   # passes
  todo(...);  # doesn't (yet).


-- 
Nick Ing-Simmons <[EMAIL PROTECTED]>
Via, but not speaking for: Texas Instruments Ltd.

Reply via email to