Replies: 1 comment 1 reply
-
I am not sure if we actually want to test internals. Could be useful, however if we want to refactor internals and need to rewrite tests this can also be annoying. In my experience its more important to test the public api and behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
rewire can be used to test non-exported functions.
This idea came up from PR #89.
I've never used it before, but it looks like it's been updated in the past year.
It would be nice is someone could look into the viability of rewire.
Beta Was this translation helpful? Give feedback.
All reactions