Skip to main content

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


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.).

Indeed making a harness is relatively easy, while the assertion API can be more tricky. But we could start with something simple on the assertions side. Same thing regarding reporting, at first what really matters is running test suites and reporting to the console (+ the process exit value).

- Julien

Back to the top