Closed korikuzma closed 2 months ago
create tests for private methods
is this necessary? ostensibly the only behavior that matters is what's public -- is there something that our public method tests aren't capturing? I worry about creating redundant tests that we then have to do twice the work to maintain in the future
create tests for private methods
is this necessary? ostensibly the only behavior that matters is what's public -- is there something that our public method tests aren't capturing? I worry about creating redundant tests that we then have to do twice the work to maintain in the future
@jsstevenson There are definitely pros/cons to testing private methods. This was a good exercise for me to better understand the codebase, think of edge cases, and see if private methods needed to be changed. I can change to only test public methods!
This PR is stale because it has been open 7 day(s) with no activity. Please review this PR.
This PR is stale because it has been open 7 day(s) with no activity. Please review this PR.
This PR is stale because it has been open 7 day(s) with no activity. Please review this PR.
Closing for now until I can come back to this