• @Clent
    link
    156 months ago

    Autist 🙂‍↔️

    Autest 🙂‍↕️

  • THCDenton
    link
    10
    edit-2
    6 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
    
  • @[email protected]
    link
    fedilink
    86 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
    link
    46 months ago

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

  • @Beetschnapps
    link
    1
    edit-2
    5 months ago

    Think of it as a function you can unleash on others…