Closed ashishpatel16 closed 12 months ago
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
main@86a1296
). Click here to learn what that means.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The following test cases were redundant across
test_LocalClassifierPerNode
,test_LocalClassifierPerParentNode
andtest_LocalClassifierPerLevel
-This PR aims at using parametrized tests for executing these tests in a separate file
test_LocalClassifiers
, where all the common test cases should be written.