DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

2 unit tests. 0 integration tests.

Latest comments (17)

Collapse
 
katylava profile image
katy lavallee • Edited

I was having trouble explaining integration vs unit test to my mentee once, and I showed her a couple of these jokes and she instantly understood.

Collapse
 
pankajjoshi2008 profile image
testing.tips

Don't trust the user, add validation.

Collapse
 
yeneme profile image
Yene

Expected behaviour

Collapse
 
peledzohar profile image
Zohar Peled

Users. If we could only do without them, what a wonderful world it could be :-)

Collapse
 
victoryarema profile image
Victor Yarema • Edited

Not quite. Not always. I remember really many cases when integration tests are not needed simply because that specific integration logic will be checked with any single smoke test.
To be more precise the situation on the photo has absolutely nothing to do with integration testing. It would fail exactly the same in case of unit test like "put the car on top of the box and lift it".

Collapse
 
allindeveloper profile image
Uchendu Precious

Just handle exceptions properly.

Collapse
 
marinopoletine profile image
Marino Poletine

Why,docker, why???

Collapse
 
itachiuchiha profile image
Itachi Uchiha

Use CTRL+R

Collapse
 
cloudlupus profile image
cloudwolf

2 unit tests and 1 integration test but needed a 2nd with the input order flipped

Collapse
 
mohammedaliroc1 profile image
MOHAMMEDALI

Input fail due errors is vswr

Collapse
 
xgenvn profile image
Brian Ng • Edited

Depend on described use cases, this is undocumented user behavior!