On 02/07/06, Adam Kennedy <[EMAIL PROTECTED]> wrote:
> There's no way to declare a top-level plan. That is, I can't say how
> many groups of tests I'm going to run so there's effectively no plan,
One point that Andy was extremely insistant on, and I think Schwern and
I agree, is that the main plan is ALWAYS the total number of tests for
the entire test script.
In that case, groups form an additional set of checks, but do NOT alter
the plan for the entire script.
That contradicts #2 "I don't want to have to count up the total number
of tests in my
file but I do want the protection of the plan." but looking again, I
see that the example does include an overall plan that does count up
the total.
Is the example correct?
F