Closed njzjz closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.46%. Comparing base (
8a5be7e
) to head (b602c6d
). Report is 24 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is it necessary to add existing example JSON files to this test in this PR?
Is it necessary to add existing example JSON files to this test in this PR?
Which one is new?
Is it necessary to add existing example JSON files to this test in this PR?
Which one is new?
calyspo/input.test.json water/input_distill.json water/input_dpgen.json water/input_multitask.json
It seems that
check_examples.py
did not run in the CI (?) since the filename doesn't start withtest
.The Python unittest module has a different behavior from pytest. Pytest runs all tests regardless of the filename.
Summary by CodeRabbit
calypso
,water
, andch4
examples in the test suite.