Hacker News new | ask | show | jobs
by batiste 1316 days ago
I have met people that thinks HTTP calls are great!

- "But it tests more things!"

Well ok, but those are integration tests, not unit tests... It is unacceptable that a unit tests can fail because of external system...

1 comments

It's far better to have integration tests without unit tests than the other way around.