-
Notifications
You must be signed in to change notification settings - Fork 440
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
Require unit test #39
Comments
It'd be interesting to see how much code coverage is obtained by running the test suite. There are definitely some holes, especially with different ways of using the C/Python APIs. I think since the test suite is pretty fast, it is ok as long as there is good coverage. However, there are probably some things that are hard to get good coverage for, and unit tests would be good for that. |
Yes! Currently the test suites is the system test. So unit test is also needed by now. |
…LD files in respective directories. Issue google#39
These tests were transferred from the lexer tests from google/go-jsonnet. Issue google#39
These tests were transferred from the lexer tests from google/go-jsonnet. Issue google#39
These tests were transferred from the lexer tests from google/go-jsonnet. Issue google#39
These tests were transferred from the parser tests from google/go-jsonnet Issue google#39
These tests were transferred from the parser tests from google/go-jsonnet. Also normalize the style of recently added source files. Issue google#39
I think we're good with unit tests for the lexer and parser. |
I think it is better if there are unit tests, such as using gtest.
The text was updated successfully, but these errors were encountered: