-
Notifications
You must be signed in to change notification settings - Fork 2
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
Write more unit tests #8
Labels
Milestone
Comments
TheModMaker
added a commit
that referenced
this issue
Apr 8, 2016
This adds a number of unit tests for the standard libraries. These tests are also end-to-end tests that test the whole library. They are simply Lua code that calls the libraries and checks the results. This also fixes a number of bugs found. Issue #8
TheModMaker
added a commit
that referenced
this issue
Jan 24, 2017
This adds a number of unit tests for Lua defined classes and fixes a number of bugs that resulted from it. Issue #8
TheModMaker
added a commit
that referenced
this issue
Mar 4, 2021
TheModMaker
added a commit
that referenced
this issue
Mar 9, 2021
Now we can create an expected AST object and compare it in tests. This makes the tests easier to read and compares all the properties. Issue #8
TheModMaker
added a commit
that referenced
this issue
Mar 9, 2021
This also fixes some edge cases in the parser that these tests caught. Issue #8
TheModMaker
added a commit
that referenced
this issue
Apr 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are almost no unit tests. Need to add a bunch more of them so I can be more sure this works as expected.
The text was updated successfully, but these errors were encountered: