Skip to main content

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

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



Back to the top