Closed corykinney closed 4 months ago
Should I implement test cases for these, or are these changes simple and straightforward enough as it is?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.72%. Comparing base (
026c5c7
) to head (8db13b0
). Report is 98 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Should I implement test cases for these, or are these changes simple and straightforward enough as it is?
They're simple changes, but I think some test cases would be useful to prevent any inadvertent regression in behavior.
@speth Okay, I think the test cases added should be sufficient (and I've confirmed they fail apart from the changes implemented, so they should address what they were intended to).
EDIT: For the phase with no reactions test, it only checks the Chemkin file was written, should that be enough?
Changes proposed in this pull request
This pull request would fix a couple of issues with
yaml2ck
:!
at the beginning of each lineREACTIONS
section is omittedIf applicable, fill in the issue number this pull request is fixing
Closes #1633 and closes #1679
Checklist
scons build
&scons test
) and unit tests address code coverage