jroid8@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoTests are code toolemmy.worldimagemessage-square82fedilinkarrow-up11.41Karrow-down121
arrow-up11.39Karrow-down1imageTests are code toolemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square82fedilink
minus-squarekd45@lemm.eelinkfedilinkarrow-up5arrow-down14·1 year 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·1 year 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.