robotframework-schemathesislibrary 0.7.0__tar.gz → 0.8.0__tar.gz
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.
- {robotframework_schemathesislibrary-0.7.0/src/robotframework_schemathesislibrary.egg-info → robotframework_schemathesislibrary-0.8.0}/PKG-INFO +3 -2
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/README.md +2 -1
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/pyproject.toml +1 -1
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/src/SchemathesisLibrary/__init__.py +1 -1
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0/src/robotframework_schemathesislibrary.egg-info}/PKG-INFO +3 -2
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/LICENSE +0 -0
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/setup.cfg +0 -0
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/src/robotframework_schemathesislibrary.egg-info/SOURCES.txt +0 -0
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/src/robotframework_schemathesislibrary.egg-info/dependency_links.txt +0 -0
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/src/robotframework_schemathesislibrary.egg-info/requires.txt +0 -0
- {robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/src/robotframework_schemathesislibrary.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robotframework-schemathesislibrary
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8.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
|
|
@@ -38,7 +38,8 @@ pip install robotframework-schemathesislibrary
|
|
|
38
38
|
# Keyword documentation
|
|
39
39
|
See
|
|
40
40
|
[keyword documentation](https://aaltat.github.io/robotframework-schemathesis/SchemathesisLibrary.html)
|
|
41
|
-
for more details.
|
|
41
|
+
for more details. A link older keyword documentation can be found from
|
|
42
|
+
[versions page](https://aaltat.github.io/robotframework-schemathesis/versions/)
|
|
42
43
|
|
|
43
44
|
# Usage
|
|
44
45
|
Test are automatically generated based your API specification, SchemathesisLibrary uses
|
{robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/README.md
RENAMED
|
@@ -22,7 +22,8 @@ pip install robotframework-schemathesislibrary
|
|
|
22
22
|
# Keyword documentation
|
|
23
23
|
See
|
|
24
24
|
[keyword documentation](https://aaltat.github.io/robotframework-schemathesis/SchemathesisLibrary.html)
|
|
25
|
-
for more details.
|
|
25
|
+
for more details. A link older keyword documentation can be found from
|
|
26
|
+
[versions page](https://aaltat.github.io/robotframework-schemathesis/versions/)
|
|
26
27
|
|
|
27
28
|
# Usage
|
|
28
29
|
Test are automatically generated based your API specification, SchemathesisLibrary uses
|
{robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/pyproject.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "robotframework-schemathesislibrary"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.8.0"
|
|
4
4
|
description = "Robot Framework SchemathesisLibrary to automatically create test cases from API specifications."
|
|
5
5
|
authors = [
|
|
6
6
|
{ name="Tatu Aalto", email="aalto.tatu@gmail.com" },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robotframework-schemathesislibrary
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8.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
|
|
@@ -38,7 +38,8 @@ pip install robotframework-schemathesislibrary
|
|
|
38
38
|
# Keyword documentation
|
|
39
39
|
See
|
|
40
40
|
[keyword documentation](https://aaltat.github.io/robotframework-schemathesis/SchemathesisLibrary.html)
|
|
41
|
-
for more details.
|
|
41
|
+
for more details. A link older keyword documentation can be found from
|
|
42
|
+
[versions page](https://aaltat.github.io/robotframework-schemathesis/versions/)
|
|
42
43
|
|
|
43
44
|
# Usage
|
|
44
45
|
Test are automatically generated based your API specification, SchemathesisLibrary uses
|
{robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/LICENSE
RENAMED
|
File without changes
|
{robotframework_schemathesislibrary-0.7.0 → robotframework_schemathesislibrary-0.8.0}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|