Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
TeachMeCode5175291dUnit tests work in isolation, independent of i/o, networking. If a test needs i/o, it’s not a unit test
-
d00td00t276290dpartially, depends on how you test it. But i would say no in my case. I use mocks to test frontend and am not doing api calls.
-
AlgoRythm50892290d@TeachMeCode me when my binary instructions need to be read off the disk and into the CPU (it’s not a unit test anymore): 😳
-
MaNaNa16290dIt’s as much of a unit test as my stress-test script that makes me cry every time I see the results
Related Rants
A dev colleague told me today « the frontend is a huge unit test of the backend ». Ideas?
rant
unit
testing