1
In my experience, having good test coverage gives one confidence that an algorithm will behave in the manner intended. It assists tremendously with finding root-causes of problems and tends to lead to well thought out applications.
I therefor tend to question the reasons behind the decision not to write tests?