Skip to content
New issue

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

Investigate using a proper testing framework #1

Open
Leonardo2718 opened this issue Dec 13, 2016 · 1 comment
Open

Investigate using a proper testing framework #1

Leonardo2718 opened this issue Dec 13, 2016 · 1 comment

Comments

@Leonardo2718
Copy link
Owner

Currently, test cases are simple Lua scripts that exercise the code paths being tested. This is a less than ideal approach as there is no convenient way of reporting errors. Using a proper testing framework would help organize and cleanup the test cases.

@leejingbo
Copy link
Contributor

leejingbo commented Nov 11, 2017

The busted is a Lua unit testing framework.

@Leonardo2718 How about using busted for lua-vermelha testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants