We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
We should get eunit support for free after compiling -- for both direct use of eunit and use via ltest.
Sorry, something went wrong.
I think we'll need rebar3 lfe test to run the test runner from the ltest project, though.
oubiwann
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: