Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove gratuitous spaces | Tuncer Ayaz | 2011-02-15 | 1 | -5/+5 |
| | |||||
* | Add common_test suite template | Tim Watson | 2011-02-15 | 1 | -0/+167 |
This change adds a simple common_test suite template that can be instantiated with the name of a module under test like so: `rebar create template=ctsuite testmod=mymodule` The template creates an empty test suite in the test directory, automatically exports test functions and sets up a first, skipped test function. |