434
Unit Tests (sh.itjust.works)
all 21 comments
sorted by: hot top controversial new old
[-] zqwzzle@lemmy.ca 20 points 3 months ago
[-] wreckedcarzz@lemmy.world 8 points 3 months ago

Hooray! ๐ŸŒฎ

[-] Clent@lemmy.world 15 points 3 months ago

Autist ๐Ÿ™‚โ€โ†”๏ธ

Autest ๐Ÿ™‚โ€โ†•๏ธ

[-] nxdefiant@startrek.website 8 points 3 months ago

Ok, well, if you ever come across a test framework named AuTest, you can blame me, because I'm stealing the shit out of that.

[-] bitfucker@programming.dev 4 points 3 months ago
[-] lunachocken@lemm.ee 9 points 3 months ago* (last edited 3 months ago)

the autistic overthinking the unit tests

overthinked squared

[-] bitfucker@programming.dev 2 points 3 months ago

"What if the test fail?"

*Write a test for the test

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

What if the test of the test fails?

Write a test of a test!

[-] Thcdenton@lemmy.world 9 points 3 months ago* (last edited 3 months ago)
Z โ€“ Zero

O โ€“ One

M โ€“ Many (or More complex)

B โ€“ Boundary Behaviors

I โ€“ Interface definition

E โ€“ Exercise Exceptional behavior

S โ€“ Simple Scenarios, Simple Solutions
[-] mexicancartel@lemmy.dbzer0.com 7 points 3 months ago

Use triple backticks instead of one if you are trying to get monospace syntax

[-] Thcdenton@lemmy.world 5 points 3 months ago* (last edited 3 months ago)

Bless. Also please dont peel my face off for that mistake :p

[-] ProgrammingSocks@pawb.social 7 points 3 months ago

Sorry, the face scalpers are already on their way. Nothing we can do

[-] mexicancartel@lemmy.dbzer0.com 3 points 3 months ago

Nah just informed you lol

[-] jjjalljs@ttrpg.network 8 points 3 months ago

It's strangely satisfying when the "this will probably never happen" test case finds a problem during development.

I had tests for deleting that were like

  • create item a
  • create item b
  • delete item a via the code under test
  • assert item a is gone
  • assert item b is still there

I thought maybe the whole bit with item b was excessive, but sure enough one day I accidentally fucked something up and deleted all the items, and the test pointed it out before the bad code left my local machine.

[-] iAvicenna@lemmy.world 4 points 3 months ago

what if someone tries to input a cat to this function?

[-] Mertn33@lemmy.world 1 points 3 months ago
[-] Beetschnapps@lemmy.world 1 points 3 months ago* (last edited 3 months ago)

Think of it as a function you can unleash on othersโ€ฆ

this post was submitted on 23 May 2024
434 points (98.0% liked)

Programmer Humor

19190 readers
1132 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