Y
Hacker News
new
|
ask
|
show
|
jobs
by
Nursie
2020 days ago
Testing against external dependencies is only one form of testing.
Unit testing with mocks is another form. One does not replace the other.
1 comments
alquemist
2020 days ago
Agreed. Using mocks while testing vanilla in-process code is never justified.
link