Tests that crash don't print counterexamples #364
Labels
C-Moderate Effort
Should take a moderate amount of time to address.
S-Nice to have
Minor importance
U-Testing
Consider this test (from
test/prop-fail/
):It fails with a division by zero error, as it should, and prints out an example that led to the crash (
a = 0, b = 0
). After merging #365 , however, it will still fail but no longer prints out the example. Splitting out a separate issue to look into this later.The text was updated successfully, but these errors were encountered: