robotframework-schemathesislibrary 0.3.0__tar.gz → 0.6.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.

Files changed (11) hide show
  1. {robotframework_schemathesislibrary-0.3.0/src/robotframework_schemathesislibrary.egg-info → robotframework_schemathesislibrary-0.6.0}/PKG-INFO +6 -1
  2. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/README.md +5 -0
  3. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/pyproject.toml +1 -1
  4. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/src/SchemathesisLibrary/__init__.py +1 -1
  5. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0/src/robotframework_schemathesislibrary.egg-info}/PKG-INFO +6 -1
  6. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/LICENSE +0 -0
  7. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/setup.cfg +0 -0
  8. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/src/robotframework_schemathesislibrary.egg-info/SOURCES.txt +0 -0
  9. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/src/robotframework_schemathesislibrary.egg-info/dependency_links.txt +0 -0
  10. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.0}/src/robotframework_schemathesislibrary.egg-info/requires.txt +0 -0
  11. {robotframework_schemathesislibrary-0.3.0 → robotframework_schemathesislibrary-0.6.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.0
3
+ Version: 0.6.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
@@ -35,6 +35,11 @@ or any package manager that supports PyPi
35
35
  pip install robotframework-schemathesislibrary
36
36
  ```
37
37
 
38
+ # Keyword documentation
39
+ See
40
+ [keyword documentation](https://aaltat.github.io/robotframework-schemathesis/SchemathesisLibrary.html)
41
+ for more details.
42
+
38
43
  # Usage
39
44
  Test are automatically generated based your API specification, SchemathesisLibrary uses
40
45
  DataDriver internally, but you need to create template suite, so that DataDriver is able
@@ -19,6 +19,11 @@ or any package manager that supports PyPi
19
19
  pip install robotframework-schemathesislibrary
20
20
  ```
21
21
 
22
+ # Keyword documentation
23
+ See
24
+ [keyword documentation](https://aaltat.github.io/robotframework-schemathesis/SchemathesisLibrary.html)
25
+ for more details.
26
+
22
27
  # Usage
23
28
  Test are automatically generated based your API specification, SchemathesisLibrary uses
24
29
  DataDriver internally, but you need to create template suite, so that DataDriver is able
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "robotframework-schemathesislibrary"
3
- version = "0.3.0"
3
+ version = "0.6.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" },
@@ -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.1.0"
34
+ __version__ = "0.6.0"
35
35
 
36
36
 
37
37
  @dataclass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotframework-schemathesislibrary
3
- Version: 0.3.0
3
+ Version: 0.6.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
@@ -35,6 +35,11 @@ or any package manager that supports PyPi
35
35
  pip install robotframework-schemathesislibrary
36
36
  ```
37
37
 
38
+ # Keyword documentation
39
+ See
40
+ [keyword documentation](https://aaltat.github.io/robotframework-schemathesis/SchemathesisLibrary.html)
41
+ for more details.
42
+
38
43
  # Usage
39
44
  Test are automatically generated based your API specification, SchemathesisLibrary uses
40
45
  DataDriver internally, but you need to create template suite, so that DataDriver is able