Skip to content

Commit 39220d2

Browse files
committed
reword message
1 parent 1f84ca2 commit 39220d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • hypothesis-python/src/hypothesis

hypothesis-python/src/hypothesis/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,8 +1594,8 @@ def shortlex_key(error):
15941594
other_count = len(group) - 1
15951595
add_note(
15961596
simplest.exception,
1597-
f"{other_count} other explicit example{'s' * (other_count > 1)} "
1598-
"also failed with this error; only showing the simplest.",
1597+
f"(note: {other_count} other explicit example{'s' * (other_count > 1)} "
1598+
"also failed with this error; use Verbosity.verbose to view)",
15991599
)
16001600
result.append(simplest)
16011601

0 commit comments

Comments
 (0)