mojombo / mustache.erl

Mustache template engine for Erlang.
MIT License
239 stars 59 forks source link

Add a test suite #11

Closed pusewicz closed 10 years ago

pusewicz commented 12 years ago

We're missing a proper testing suite.

It would be great to start adding them as we go so that it would match the mustache spec.

hukl commented 12 years ago

Would be super useful for the contributers you told to supply a test case! If eunit or commontest are too weird, you can also use something like https://github.com/wooga/etest

pusewicz commented 10 years ago

We need to also add Travis.