Open oubiwann opened 4 years ago
There are three testing frameworks that should be supported:
Tasks
lfe-rebar3/test
rebar3 eunit
rebar3 ct
rebar3 lfe ltest
rebar3 lfe test
For CT support, see the following:
We should get eunit support for free after compiling -- for both direct use of eunit and use via ltest.
I think we'll need rebar3 lfe test to run the test runner from the ltest project, though.
There are three testing frameworks that should be supported:
Tasks
lfe-rebar3/test
plugin and determine how much of that project's code may be reusedrebar3 eunit
rebar3 ct
rebar3 lfe ltest
rebar3 lfe test
which will run all tests in a project written against all supported test frameworksFor CT support, see the following: