|
|
|
|
|
by steerablesafe
2257 days ago
|
|
> Also, in general, if you need to change your tests for valid changes in the implementation, then your approach to testing is completely broken. An example are dumb testing strategies where you check that the code produces specific SQL queries instead of checking that the code returns correct results. I don't see how this relates to mocking at all. You can write good or bad tests this way regardless of mocking. |
|