Skip to content

Commit 07c8cd0

Browse files
committed
Remove unreachable loading default settings path
And set max examples default to 20
1 parent 1d82bd9 commit 07c8cd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conftest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def pytest_addoption(parser):
2424
"--hypothesis-max-examples",
2525
"--max-examples",
2626
action="store",
27-
default=100,
27+
default=20,
28+
type=int,
2829
help="set the Hypothesis max_examples setting",
2930
)
3031
# Hypothesis deadline

0 commit comments

Comments
 (0)