Readit News logoReadit News
ak681443 commented on The testing pyramid is an outdated economic model   wiremock.io/post/rethinki... · Posted by u/hackeruse
ak681443 · 8 months ago
Tests are a way to write your logic twice (once for the code and once during the assertions) with the assumption that you're unlikely to make the same mistake twice.

Integration tests are better replaced by something like contract testing IMO to still retain the test parallelism.

Deleted Comment

u/ak681443

KarmaCake day16October 2, 2023View Original