So, alpha-vary returns an expression with different unique IDs every
time, which means I can't put anything static in the test cases. So,
how should we do tests on alpha-vary?
-l.
Joey
On Nov 28, 7:10 pm, Jay McCarthy <j...@cs.byu.edu> wrote:
> ---------- Forwarded message ----------
> From: Jay McCarthy <j...@cs.byu.edu>
> Date: Mon, Nov 28, 2011 at 7:10 PM
> Subject: Re: Testing Alpha Vary
> To: Logan Kearsley <chronosur...@gmail.com>
>
> You should describe what the results should be in English, or write
> something like
>
> (alpha-vary ...) "should be like" (fun (x271) x271)
>
> Jay
>
> On Mon, Nov 28, 2011 at 4:32 PM, Logan Kearsley <chronosur...@gmail.com>wrote:
>
> > So, alpha-vary returns an expression with different unique IDs every
> > time, which means I can't put anything static in the test cases. So,
> > how should we do tests on alpha-vary?
>
> > -l.
>
> --
> Jay McCarthy <j...@cs.byu.edu>
> Assistant Professor / Brigham Young Universityhttp://faculty.cs.byu.edu/~jay
Joey
Should our tests for generate-constraints be similar, since the label ids are going to be unique each time?--Wayne