8
j0n4s
2y

When your script works first try without testing 🥵

Comments
  • 4
    Something definitely wrong
  • 3
    @ScriptCoded thought so too. But nope every test case worked and i'm the only one who will use that script soo....
  • 0
    assertTrue(true)

    test {
    // assert
    }

    testExpectException {
    try { doit }
    catch {
    // do not check anything
    assertTrue(true) }
    fail("no exception")
    }
  • 1
    Beware of the pianos falling from building windows when you're on the street. You've used your luck quota for a year.
  • 0
Add Comment