Skip to content

Guard against a division by zero when reporting test results

Carl Shapiro requested to merge cshapiro/cmucl:zero-tests into master

I got a division by zero error when I added a new and empty test suite. It turns out that the division assumes the denominator is non zero and that assumption is violated by an empty test suite.

Merge request reports