Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle both no tests existing, and no remaining tests to call
The loop which handles sending off HTTP requests for test cases can have nothing to do under two distinct conditions: - there are no tests at all - all test cases have HTTP requests in flight #190 handled only the first of these, but broke on the second case, causing most test runs to fail. This adds support for both cases so that graceful handling of empty test directories works, but so does actually running a test suite.
- Loading branch information