Post #2675566
2026-04-22 14:47 UTC
@jelte@mastodon.nl @raiderrobert@mastodon.social Higher code/branch/path/etc coverage suggests not just better tests but also better testability of the code under test. Testability is relative to specific testing infrastructure, rather than being something solely inherent to the code under test. Eg, you're not going to get good coverage of error handling without a way to inject errors, and you're not going to get good test coverage of side effects like monitoring signals or logging without a way to capture and test those.
Replies (0)
No replies.