617
Who did this one (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] andrew@lemmy.stuart.fun 43 points 11 months ago
if !strings.Contains(notification.Text, "People are") {
  t.Fatal("notification text wrong")
}

Test coverage maintained. ๐Ÿ‘ˆ๐Ÿ˜Ž๐Ÿ‘ˆ

[-] Redjard@lemmy.dbzer0.com 16 points 11 months ago
if !strings.Contains(makeNotification($hot_search_word).Text, '${hot_search_word}') {
  t.Fatal("notification text wrong")
}

Wrote the test boss

[-] ______@lemm.ee 3 points 11 months ago* (last edited 11 months ago)

Good work. Now explain to me why this test passed in CI but is clearly broken in production.

this post was submitted on 26 Aug 2023
617 points (98.3% liked)

Programmer Humor

18890 readers
1033 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS