Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [golo-dev] A testing module?

A RFC for Golo Testing lib
https://gist.github.com/danielpetisme/1bbfd60905f623ba13e6


On Thu, Oct 1, 2015 at 7:15 AM Yannick Loiseau <me@xxxxxxxxxxxx> wrote:

I also experimented with this issue...
https://gist.github.com/yloiseau/7212fc97a23155a444c5

more like xUnit, less bdd-DSLish than describe/it


Philippe Charrière (2015-10-01 01:03):
> https://github.com/k33g/malossol
>
>
> On Wed, Sep 30, 2015 at 10:59 PM, Julien Ponge <julien.ponge@xxxxxxxxxxxx>
> wrote:
>
> >
> > a gololang.Test(ing) module ?
> >>
> >
> > Yes
> >
> >
> >> using the describe/it/should idioms or using conventions Testxxx ?
> >>
> >
> > describe/it like in mocha, bdd-style libs, etc is very readable.
> >
> > what bothers me including the test module in the stdlib is the
> >> life-cycle.... We will have to wait a release to publish a new test feature
> >> and most of the time a lang release doesn't impact the test lib.
> >>
> >
> > I'm not convinced it's an issue :-)
> >
> >
> >> +1 for the golo test command but I would rather permit users to add
> >> commands to the golo CLI, I don't know how yet.... :D
> >>
> >
> > Plain old SPI services, Romain Lespinasse did it just right.
> >
> > - Julien
> >
> > _______________________________________________
> > golo-dev mailing list
> > golo-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe
> > from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/golo-dev
> >
> >

> _______________________________________________
> golo-dev mailing list
> golo-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/golo-dev

_______________________________________________
golo-dev mailing list
golo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/golo-dev

Back to the top