Ugh, yeah I really don't like mocking culture – I use mocks exclusively for external services that I have no control over, eg I'll mock an HTTP request against an external API so my test suite works even if that API is rate-limited or flaky
By
–
Ugh, yeah I really don't like mocking culture – I use mocks exclusively for external services that I have no control over, eg I'll mock an HTTP request against an external API so my test suite works even if that API is rate-limited or flaky