We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f84ca2 commit 39220d2Copy full SHA for 39220d2
1 file changed
hypothesis-python/src/hypothesis/core.py
@@ -1594,8 +1594,8 @@ def shortlex_key(error):
1594
other_count = len(group) - 1
1595
add_note(
1596
simplest.exception,
1597
- f"{other_count} other explicit example{'s' * (other_count > 1)} "
1598
- "also failed with this error; only showing the simplest.",
+ f"(note: {other_count} other explicit example{'s' * (other_count > 1)} "
+ "also failed with this error; use Verbosity.verbose to view)",
1599
)
1600
result.append(simplest)
1601
0 commit comments