We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38ce34 commit 5818ec1Copy full SHA for 5818ec1
conftest.py
@@ -23,7 +23,7 @@ def pytest_addoption(parser):
23
"--hypothesis-max-examples",
24
"--max-examples",
25
action="store",
26
- default=20,
+ default=100,
27
type=int,
28
help="set the Hypothesis max_examples setting",
29
)
0 commit comments