Closed rwmehta closed 5 months ago
This doesn't seem to increase test coverage. I think these cases are already covered by other pre-existing test cases: empty tables by test_join_no_rows()
, and no 3rd argument to join by many other test cases. But OK, why not, more tests can't hurt. Thanks for the contribution.
[X] Wrote test for feature [ ] Added changes to CHANGELOG.md
Changes proposed: Added tests for if and if not branches in tables _join method as requested in issue #476 . Ensures the method returns None when either table has no rows, and matches the label when "other_label" is not provided.