robotframework-schemathesislibrary 0.10.0__py3-none-any.whl → 0.11.0__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.
Potentially problematic release.
This version of robotframework-schemathesislibrary might be problematic. Click here for more details.
- SchemathesisLibrary/__init__.py +4 -4
- {robotframework_schemathesislibrary-0.10.0.dist-info → robotframework_schemathesislibrary-0.11.0.dist-info}/METADATA +1 -1
- robotframework_schemathesislibrary-0.11.0.dist-info/RECORD +6 -0
- robotframework_schemathesislibrary-0.10.0.dist-info/RECORD +0 -6
- {robotframework_schemathesislibrary-0.10.0.dist-info → robotframework_schemathesislibrary-0.11.0.dist-info}/WHEEL +0 -0
- {robotframework_schemathesislibrary-0.10.0.dist-info → robotframework_schemathesislibrary-0.11.0.dist-info}/licenses/LICENSE +0 -0
- {robotframework_schemathesislibrary-0.10.0.dist-info → robotframework_schemathesislibrary-0.11.0.dist-info}/top_level.txt +0 -0
SchemathesisLibrary/__init__.py
CHANGED
|
@@ -31,7 +31,7 @@ from schemathesis.core import NotSet
|
|
|
31
31
|
from schemathesis.core.result import Ok
|
|
32
32
|
from schemathesis.core.transport import Response
|
|
33
33
|
|
|
34
|
-
__version__ = "0.
|
|
34
|
+
__version__ = "0.11.0"
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
@dataclass
|
|
@@ -85,12 +85,12 @@ class SchemathesisLibrary(DynamicCore):
|
|
|
85
85
|
|
|
86
86
|
Library must be imported with the `url` or `path` argument to specify the
|
|
87
87
|
OpenAPI schema. The library uses
|
|
88
|
-
[
|
|
88
|
+
[https://github.com/Snooz82/robotframework-datadriver|DataDriver] to generate
|
|
89
89
|
test cases from the OpenAPI schema by using
|
|
90
|
-
[
|
|
90
|
+
[https://github.com/schemathesis/schemathesis|Schemathesis]. The library
|
|
91
91
|
creates test cases that takes one argument, `${case}`, which is a
|
|
92
92
|
Schemathesis
|
|
93
|
-
[
|
|
93
|
+
[https://schemathesis.readthedocs.io/en/stable/reference/python/#schemathesis.Case|Case]
|
|
94
94
|
object. The `Call And Validate` keyword can be used to call and validate
|
|
95
95
|
the case. The keyword will log the request and response details.
|
|
96
96
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robotframework-schemathesislibrary
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0
|
|
4
4
|
Summary: Robot Framework SchemathesisLibrary to automatically create test cases from API specifications.
|
|
5
5
|
Author-email: Tatu Aalto <aalto.tatu@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
SchemathesisLibrary/__init__.py,sha256=niN8VkNPYF2LqXf4rglvCD204zwbtd_opuUBLwY3mpo,9116
|
|
2
|
+
robotframework_schemathesislibrary-0.11.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
3
|
+
robotframework_schemathesislibrary-0.11.0.dist-info/METADATA,sha256=972IjRurz_13am5kjPreCznSw6_rP6L4wlZzTaJOVGU,2670
|
|
4
|
+
robotframework_schemathesislibrary-0.11.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
robotframework_schemathesislibrary-0.11.0.dist-info/top_level.txt,sha256=bVGNag3IIuKRUVgjTtfRyDvyN3qRFYSSpmbCl5MBrUU,20
|
|
6
|
+
robotframework_schemathesislibrary-0.11.0.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
SchemathesisLibrary/__init__.py,sha256=5djP2l57izkwadVfQxl2vr1kr2QRzv2zw_5uirdnz6E,9117
|
|
2
|
-
robotframework_schemathesislibrary-0.10.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
3
|
-
robotframework_schemathesislibrary-0.10.0.dist-info/METADATA,sha256=qolKj68hIRLbNxj9nq7r9aUxdTIE6sLkqi_FXOiWMMs,2670
|
|
4
|
-
robotframework_schemathesislibrary-0.10.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
robotframework_schemathesislibrary-0.10.0.dist-info/top_level.txt,sha256=bVGNag3IIuKRUVgjTtfRyDvyN3qRFYSSpmbCl5MBrUU,20
|
|
6
|
-
robotframework_schemathesislibrary-0.10.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|