elidupree / live-prop-test

Fearlessly write both cheap and expensive runtime tests (contracts) for Rust functions.
Apache License 2.0
0 stars 0 forks source link

Don't show suggested regression test if the failure was the exact same regression test? #15

Open elidupree opened 2 years ago

elidupree commented 2 years ago

Note that we don't want to suppress the regression test suggestion in all unit tests:

In order to suppress only "suggesting the exact same test", we need to know what test we're in. It follows that live-prop-test would need to be told explicitly somehow. This would affect the syntax for regression tests - see #7 for related discussion