schemathesis 4.0.20__py3-none-any.whl → 4.0.21__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- schemathesis/generation/hypothesis/__init__.py +0 -3
- schemathesis/generation/hypothesis/builder.py +1 -4
- {schemathesis-4.0.20.dist-info → schemathesis-4.0.21.dist-info}/METADATA +1 -1
- {schemathesis-4.0.20.dist-info → schemathesis-4.0.21.dist-info}/RECORD +7 -7
- {schemathesis-4.0.20.dist-info → schemathesis-4.0.21.dist-info}/WHEEL +0 -0
- {schemathesis-4.0.20.dist-info → schemathesis-4.0.21.dist-info}/entry_points.txt +0 -0
- {schemathesis-4.0.20.dist-info → schemathesis-4.0.21.dist-info}/licenses/LICENSE +0 -0
@@ -28,7 +28,7 @@ from schemathesis.core.transport import prepare_urlencoded
|
|
28
28
|
from schemathesis.core.validation import has_invalid_characters, is_latin_1_encodable
|
29
29
|
from schemathesis.generation import GenerationMode, coverage
|
30
30
|
from schemathesis.generation.case import Case
|
31
|
-
from schemathesis.generation.hypothesis import
|
31
|
+
from schemathesis.generation.hypothesis import examples, setup, strategies
|
32
32
|
from schemathesis.generation.hypothesis.examples import add_single_example
|
33
33
|
from schemathesis.generation.hypothesis.given import GivenInput
|
34
34
|
from schemathesis.generation.meta import (
|
@@ -124,9 +124,6 @@ def create_test(
|
|
124
124
|
settings = getattr(hypothesis_test, SETTINGS_ATTRIBUTE_NAME, None)
|
125
125
|
assert settings is not None
|
126
126
|
|
127
|
-
if settings.deadline == default.deadline:
|
128
|
-
settings = hypothesis.settings(settings, deadline=DEFAULT_DEADLINE)
|
129
|
-
|
130
127
|
if settings.verbosity == default.verbosity:
|
131
128
|
settings = hypothesis.settings(settings, verbosity=Verbosity.quiet)
|
132
129
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: schemathesis
|
3
|
-
Version: 4.0.
|
3
|
+
Version: 4.0.21
|
4
4
|
Summary: Property-based testing framework for Open API and GraphQL based apps
|
5
5
|
Project-URL: Documentation, https://schemathesis.readthedocs.io/en/stable/
|
6
6
|
Project-URL: Changelog, https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md
|
@@ -90,8 +90,8 @@ schemathesis/generation/meta.py,sha256=adkoMuCfzSjHJ9ZDocQn0GnVldSCkLL3eVR5A_jaf
|
|
90
90
|
schemathesis/generation/metrics.py,sha256=cZU5HdeAMcLFEDnTbNE56NuNq4P0N4ew-g1NEz5-kt4,2836
|
91
91
|
schemathesis/generation/modes.py,sha256=Q1fhjWr3zxabU5qdtLvKfpMFZJAwlW9pnxgenjeXTyU,481
|
92
92
|
schemathesis/generation/overrides.py,sha256=OBWqDQPreiliaf2M-oyXppVKHoJkCRzxtwSJx1b6AFw,3759
|
93
|
-
schemathesis/generation/hypothesis/__init__.py,sha256=
|
94
|
-
schemathesis/generation/hypothesis/builder.py,sha256=
|
93
|
+
schemathesis/generation/hypothesis/__init__.py,sha256=76QYchbfeA-A_G_bP6_BkG5JO9SxIIP1yNRBZa06RvE,1495
|
94
|
+
schemathesis/generation/hypothesis/builder.py,sha256=f_5VsqeHKP-07pJZ0CPpW6YSxs9qUEseanAaxwOwdm4,34970
|
95
95
|
schemathesis/generation/hypothesis/examples.py,sha256=6eGaKUEC3elmKsaqfKj1sLvM8EHc-PWT4NRBq4NI0Rs,1409
|
96
96
|
schemathesis/generation/hypothesis/given.py,sha256=sTZR1of6XaHAPWtHx2_WLlZ50M8D5Rjux0GmWkWjDq4,2337
|
97
97
|
schemathesis/generation/hypothesis/reporting.py,sha256=uDVow6Ya8YFkqQuOqRsjbzsbyP4KKfr3jA7ZaY4FuKY,279
|
@@ -157,8 +157,8 @@ schemathesis/transport/prepare.py,sha256=erYXRaxpQokIDzaIuvt_csHcw72iHfCyNq8VNEz
|
|
157
157
|
schemathesis/transport/requests.py,sha256=46aplzhSmBupegPNMawma-iJWCegWkEd6mzdWLTpgM4,10742
|
158
158
|
schemathesis/transport/serialization.py,sha256=igUXKZ_VJ9gV7P0TUc5PDQBJXl_s0kK9T3ljGWWvo6E,10339
|
159
159
|
schemathesis/transport/wsgi.py,sha256=KoAfvu6RJtzyj24VGB8e-Iaa9smpgXJ3VsM8EgAz2tc,6152
|
160
|
-
schemathesis-4.0.
|
161
|
-
schemathesis-4.0.
|
162
|
-
schemathesis-4.0.
|
163
|
-
schemathesis-4.0.
|
164
|
-
schemathesis-4.0.
|
160
|
+
schemathesis-4.0.21.dist-info/METADATA,sha256=HP1W2NG4U59FCpvqyJKxlh5Gcl-vtEOKJvRYWGaCmuw,8472
|
161
|
+
schemathesis-4.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
162
|
+
schemathesis-4.0.21.dist-info/entry_points.txt,sha256=hiK3un-xfgPdwj9uj16YVDtTNpO128bmk0U82SMv8ZQ,152
|
163
|
+
schemathesis-4.0.21.dist-info/licenses/LICENSE,sha256=2Ve4J8v5jMQAWrT7r1nf3bI8Vflk3rZVQefiF2zpxwg,1121
|
164
|
+
schemathesis-4.0.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|