Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed May 26, 2024
1 parent 6112e22 commit a9f50c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypothesis-python/src/hypothesis/internal/conjecture/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,8 @@ class ConjectureResult:
# I don't *think* anything was relying on anything but .buffer for result equality,
# though that assumption may be leaning on flakiness detection invariants.
#
# If we don't do this, multiple (semantically, but not pythonically) equivalent results
# get stored in the pareto front.
# If we consider blocks or examples in equality checks, multiple semantically equal
# results get stored in e.g. the pareto front.
blocks: Blocks = attr.ib(eq=False)
output: str = attr.ib()
extra_information: Optional[ExtraInformation] = attr.ib()
Expand Down

0 comments on commit a9f50c6

Please sign in to comment.