Always write a FAILING test first, especially when testing error behavior and
writing tests after the implementation.

You might be seeing an effect of you not understanding the system under test and
misreading its failure condition.

#tdd

Mon, 27 Apr 2020 09:18:06 UTC172