stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

Fix NaN percentage bug #22

Closed matryer closed 11 years ago

matryer commented 11 years ago

When there are no tests, we get this as output:

Installing test dependencies
0 installed. 0 succeeded. 0 failed. [NaN% success]

Running tests
0 run. 0 succeeded. 0 failed. [NaN% success]

It would be better to say:

No test files found in ../path