|
|
|
|
|
by jackweirdy
2407 days ago
|
|
Keep in mind the test is written with the correct behaviour and annotated to be failing — in a hypothetical language and framework your test would be @failing
testDivZero() {
assertEquals(None, div(1, 0))
} This expresses both the intent and the reality |
|