-
Notifications
You must be signed in to change notification settings - Fork 65
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
Improve devfile library test #215
Comments
@elsony My plan is to open a new issue for each function as I add it and add a link to the table. You may want to add priorites to the table. Also need to understand what the parser supports. |
We can use the code coverage reports (once in place) to correlate what's missing: #470 |
#215 (comment) is only relevant to the unit tests we have which I've captured in another issue #489 When this issue was first opened, it was intended to capture updating the tests with respect to version 2.0.0. Since then, we've had v2.1.0 and v2.2.0 which introduced new changes. I will open a new issue to track updating these tests to the new spec levels. |
The remaining tests for error scenarios will be tracked by epic: #1100 |
Existing devfile library have limited test on the parser. This item will improve the existing library test to provide a more comprehensive test.
The text was updated successfully, but these errors were encountered: