Skip to content

Commit 17310a4

Browse files
committed
Add default to --max-examples
1 parent 4e14749 commit 17310a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def pytest_addoption(parser):
2424
"--hypothesis-max-examples",
2525
"--max-examples",
2626
action="store",
27-
default=None,
27+
default=100,
2828
help="set the Hypothesis max_examples setting",
2929
)
3030
# Hypothesis deadline

0 commit comments

Comments
 (0)