Gogo Sempai@programming.dev to Programmer Humor@lemmy.ml · 2 years agoSounds great in theoryprogramming.devimagemessage-square87fedilinkarrow-up1707arrow-down115
arrow-up1692arrow-down1imageSounds great in theoryprogramming.devGogo Sempai@programming.dev to Programmer Humor@lemmy.ml · 2 years agomessage-square87fedilink
minus-squareevatronic@lemm.eelinkfedilinkEnglisharrow-up2·2 years agoI always start with the basics for my test cases. Like, every test case has a name, and assert(true) in the body.
I always start with the basics for my test cases. Like, every test case has a name, and
assert(true)
in the body.