This test report function is called throughout ParaPy.
def bad_cond(k, t): """Record and report error t of severity k. Basic 920, for example. """ error_count[k] += 1 print(error_type[k] + ": " + t, end="") return