Skip to main content

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

Almost 2 years old


Back then I take inspiration from Jasmine http://jasmine.github.io/ (to be franck, It’s basically a JS to Golo translation)

The DSL is not that hard to define (describe, it, etc) the tricky part is the assertion API (in order to make something easy to extend) and the reporters (console, html, etc.).

Another approach could be to integrate wrap an existing test lib JUnit/TestNG and give it a Golo-flavor.

Le 30 sept. 2015 à 13:03, Julien Ponge <julien.ponge@xxxxxxxxxxxx> a écrit :

Hi everyone,

It's been floating in the air for a while that a testing module would be a great addition to the standard library. Yannick already introduced some constructs to test some pieces of Golo written in Golo.

I believe something similar to https://mochajs.org/ for the test harness would be great, especially combined whatever people want for assertions (it's always great to have orthogonal harness and assertion APIs).

What do you think?

Any volunteer? :-)

- 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


Back to the top