Change verbosity of shrink disabled and persisted failure messages #453
Labels
quality-of-life
This issue proposes a change that will improve the UX of proptest but isn't necessarily a "feature"
I am working to implement an (indicatif based) progress bar for tests that use proptest and I need to suppress couple of messages that I really think should follow the info verbose rule (as they have to be explicitly configured, so not unexpected errors per se). Please let me know if you'd be open for a PR with changes below. Thank you!
shrink
fnproptest/proptest/src/test_runner/runner.rs
Lines 754 to 763 in c117b76
with a info message (since disabling should be explicitly set in Config as
max_shrink_iters: 0
), proposed addition :INFO_LOG
level to persist message below (sincefailure_persistence
should explicitly be set in Config for recording failures)proptest/proptest/src/test_runner/failure_persistence/file.rs
Lines 154 to 161 in c117b76
The text was updated successfully, but these errors were encountered: