alphacyberranger to Programmer [email protected]English • 2 years agoWho did this onelemmy.worldimagemessage-square18fedilinkarrow-up1615
arrow-up1615imageWho did this onelemmy.worldalphacyberranger to Programmer [email protected]English • 2 years agomessage-square18fedilink
minus-squareandrewlinkfedilinkEnglish42•2 years agoif !strings.Contains(notification.Text, "People are") { t.Fatal("notification text wrong") } Test coverage maintained. 👈😎👈
minus-squareredjardlinkfedilink16•2 years agoif !strings.Contains(makeNotification($hot_search_word).Text, '${hot_search_word}') { t.Fatal("notification text wrong") } Wrote the test boss
minus-square@[email protected]linkfedilink3•edit-22 years agoGood work. Now explain to me why this test passed in CI but is clearly broken in production.
Gotta love no unit tests
Test coverage maintained. 👈😎👈
Wrote the test boss
Good work. Now explain to me why this test passed in CI but is clearly broken in production.