robotframework-schemathesislibrary 0.1.0__tar.gz → 0.3.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.1.0/src/robotframework_schemathesislibrary.egg-info → robotframework_schemathesislibrary-0.3.0}/PKG-INFO +1 -1
  2. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/pyproject.toml +4 -1
  3. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/src/SchemathesisLibrary/__init__.py +1 -0
  4. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0/src/robotframework_schemathesislibrary.egg-info}/PKG-INFO +1 -1
  5. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/LICENSE +0 -0
  6. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/README.md +0 -0
  7. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/setup.cfg +0 -0
  8. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/src/robotframework_schemathesislibrary.egg-info/SOURCES.txt +0 -0
  9. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/src/robotframework_schemathesislibrary.egg-info/dependency_links.txt +0 -0
  10. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.0}/src/robotframework_schemathesislibrary.egg-info/requires.txt +0 -0
  11. {robotframework_schemathesislibrary-0.1.0 → robotframework_schemathesislibrary-0.3.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.1.0
3
+ Version: 0.3.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "robotframework-schemathesislibrary"
3
- version = "0.1.0"
3
+ version = "0.3.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" },
@@ -27,6 +27,9 @@ dev = [
27
27
  "ruff==0.12.1",
28
28
  ]
29
29
 
30
+ [tool.semantic_release.settings]
31
+ allow_zero_version = true
32
+
30
33
  [tool.robotidy]
31
34
  overwrite = true
32
35
  diff = false
@@ -80,6 +80,7 @@ class SchemathesisLibrary(DynamicCore):
80
80
  ROBOT_LIBRARY_VERSION = __version__
81
81
  ROBOT_LISTENER_API_VERSION = 3
82
82
  ROBOT_LIBRARY_SCOPE = "TEST SUITE"
83
+ """SchemathesisLibrary is a library for validating API cases using Schemathesis."""
83
84
 
84
85
  def __init__(
85
86
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotframework-schemathesislibrary
3
- Version: 0.1.0
3
+ Version: 0.3.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