Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verbose mode output on fc.assert - feat/verbose/1 #93

Merged
merged 6 commits into from
May 12, 2018
Merged

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented May 12, 2018

Add verbose mode output on fc.assert - Fixes #54

This feature should provide a powerful way to detect common patterns between failing entries.
Sometimes the minimal counterexample might be difficult to analyze and larger entries might appear more useful for a human being.

Enabling this feature on assert/check will provide to the user the whole list of counterexamples that led to the minimal case.

@coveralls
Copy link

coveralls commented May 12, 2018

Coverage Status

Coverage increased (+0.3%) to 92.7% when pulling 05db4bf on feat/verbose/1 into adeba0a on master.

@dubzzz dubzzz merged commit 7a7ad7e into master May 12, 2018
@dubzzz dubzzz deleted the feat/verbose/1 branch May 12, 2018 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants