Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

"Superior Testing: Make Fakes not Mocks" is a dead link #55

Merged
merged 1 commit into from
Oct 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Let’s make this worse. What happens if `Adder#add()` is changed to return a `S
The test will continue to pass, but the implementation won’t work anymore. Mocks become worse when we start passing around a “promise” of result instead of the actual result.

If you’re still unconvinced, Artur Dryomov’s blog post is a good read this subject:
[Superior Testing: Make Fakes not Mocks](https://arturdryomov.online/posts/superior-testing-make-fakes-not-mocks/)
[Superior Testing: Make Fakes not Mocks](https://arturdryomov.dev/posts/superior-testing-make-fakes-not-mocks/)