jroid8@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoTests are code toolemmy.worldimagemessage-square81linkfedilinkarrow-up11.41Karrow-down121
arrow-up11.39Karrow-down1imageTests are code toolemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square81linkfedilink
minus-squarekd45@lemm.eelinkfedilinkarrow-up5arrow-down14·2 years agoIf you cannot tell the difference between an exception and a failed assertion, you may need to re-evaluate your career choices
minus-squarejedibob5@lemmy.worldlinkfedilinkEnglisharrow-up15·2 years agoBugs in tests aren’t necessarily exceptions. You could be incorrectly setting up your function inputs, or just making the wrong assertions.
If you cannot tell the difference between an exception and a failed assertion, you may need to re-evaluate your career choices
Bugs in tests aren’t necessarily exceptions. You could be incorrectly setting up your function inputs, or just making the wrong assertions.