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 71a1d55 commit 8011187Copy full SHA for 8011187
test/test_liveserver.py
@@ -48,7 +48,7 @@ def noop_strategy(*args, **kwargs):
48
# define the decorator functions
49
example = given = reproduce_failure = settings = noop_decorators_with_args
50
# and stratgies using in decorators
51
- binary = characters = emails, none = one_of = sampled_from = text = noop_strategy
+ binary = characters = emails = none = one_of = sampled_from = text = noop_strategy
52
53
54
try:
0 commit comments