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

Agreed. Using mocks while testing vanilla in-process code is never justified.