[Haskell-beginners] test-framework
Mateusz Neumann
mateusz at neumanny.net
Fri Jun 29 09:58:34 CEST 2012
On Fri, 29 Jun 2012 08:43:33 +0100
Lorenzo Bolla <lbolla at gmail.com> wrote:
> Are the examples in the package distribution of any help?
> https://github.com/batterseapower/test-framework/blob/master/example/Test/Framework/Example.lhs
>
> L.
I was thinking more about parametres set in Haskell code itself. There
is something like TestOptions
(http://hackage.haskell.org/packages/archive/test-framework/0.6/doc/html/Test-Framework-Options.html#t:TestOptions)
and RunnerOptions
(http://hackage.haskell.org/packages/archive/test-framework/0.6/doc/html/Test-Framework-Runners-Options.html)
but I do not find any examples of using them. Similarly, I do not know
how to set them up.
> On Fri, Jun 29, 2012 at 6:30 AM, Mateusz Neumann
> <mateusz at neumanny.net>wrote:
>
> > Hi,
> >
> > I am currently writing testing routines for my project. I have came
> > across an interesting test-framework
> > (http://hackage.haskell.org/package/test-framework-0.6). Do you
> > know it? I use QuickCheck2 provider
> > (Test.Framework.Providers.QuickCheck2) to property tests. And here
> > is my problem: I find configuring the provider very confusing, I
> > cannot set (in Haskell code) for example number of tests to run or
> > other QuickCheck parameters. Could you please help?
> >
> > Thanks
> >
> > --
> > Mateusz
> >
> > _______________________________________________
> > Beginners mailing list
> > Beginners at haskell.org
> > http://www.haskell.org/mailman/listinfo/beginners
> >
> >
--
Mateusz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120629/07b87fea/attachment.pgp>
More information about the Beginners
mailing list