Modify the test runner to show test exceptions
QuickCheck's batch driver (at least v1) doesn't show the test aborts, but simply discards the specific exception and increases the abort count. This makes it hard to debug the tests, so we modify our own test wrapper (which so far only tracked total failures) to show any exceptions.
Loading
Please register or sign in to comment