Skip to content

Commit 2cd43d2

Browse files
[DOCUMENTATION] Minor improvement to documentation
Changes in file tests/test_fuzz.py: * improved wording for onlyIfHasHypothesis docstring
1 parent 89d3f8f commit 2cd43d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_fuzz.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878

7979
def onlyIfHasHypothesis(has_hypothesis: bool) -> callable:
8080
"""
81-
Conditionally enable a class based on the availability of the hypothesis library.
81+
Conditionally enable a test suite class based on the availability of the hypothesis library.
8282
8383
If the provided flag is False, returns a dummy class with a placeholder method that does nothing,
84-
allowing tests dependent on hypothesis to be safely bypassed. If True, the original
85-
class is returned unchanged.
84+
allowing tests dependent on hypothesis to be safely bypassed. If the provided flag is True,
85+
the original class is returned unchanged.
8686
8787
Arguments:
8888
has_hypothesis (bool): Flag indicating whether the hypothesis library is available.

0 commit comments

Comments
 (0)