Skip to content

Commit

Permalink
Add missing decorator in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Dygalo committed Oct 13, 2019
1 parent 26d3d22 commit 5fe0aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ To limit the number of examples you could use ``hypothesis.settings`` decorator
from hypothesis import settings
@schema.parametrize()
@settings(max_examples=5)
def test_something(client, case):
...
Expand Down

0 comments on commit 5fe0aad

Please sign in to comment.