-
Notifications
You must be signed in to change notification settings - Fork 28
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
(closes #1796) Refactor LFRic builtins tests #2640
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2640 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 352 352
Lines 48509 48509
=======================================
Hits 48444 48444
Misses 65 65 ☔ View full report in Codecov by Sentry. |
72e5893
to
9e1dc25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good Sergi. I won't check the integration tests this time around as the only changed code is in the tests. Main request is to add compilation testing where possible to the modified tests.
No need to update docs or tutorials.
@arporter This is ready for another look, CI-permiting. In addition to your comments, I also noticed there was a separate test file for integer builtins. Since this are empty classes, I thought it was simpler to test them in combination with their parent, and instead of testing the lowering (which they don't alter), I check the metadata, which is the important differing part, and its string (see last commit). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All requested changes have been made (or refuted). Good to actually reduce the size of the repo rather than increase it :-)
Integration tests are running currently.
Integration tests were green. |
No description provided.