13 ms·
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 unacceptab
by batiste 4y 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...
- int_19h 4y agoIt's far better to have integration tests without unit tests than the other way around.