lfe-deprecated / lfetool

DEPRECATED - See:
https://github.com/lfe-rebar3/
Other
61 stars 19 forks source link

Implement a test runner for lfetool #86

Open oubiwann opened 10 years ago

oubiwann commented 10 years ago

This will essentially be a formatter + a function to run the tests with the provided formatter.

This should be made flexible so that users can provide their own formatters and use them easily with the test runner.

This comes as a result of the investigation done in issue #85 in support of issue #61 and issue #83.

From a comment in issue #83, inspiration may be found here:

oubiwann commented 10 years ago

Got a start on this with the latest commit in 2660001 and the preceding 8 commits.