After upgrading from 1.5.7 to 1.5.9 we started getting timeout errors. Upon investigation we found that this occurred when (a) we used the --coverage option and (b) we were running tests on a test file that didn't created any tests (created as a stub).
This pull request fixes the issue and also adds an empty file to an example project for testing.
After upgrading from 1.5.7 to 1.5.9 we started getting timeout errors. Upon investigation we found that this occurred when (a) we used the --coverage option and (b) we were running tests on a test file that didn't created any tests (created as a stub).
This pull request fixes the issue and also adds an empty file to an example project for testing.