specmatic 2.0.1__tar.gz → 2.0.4__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 specmatic might be problematic. Click here for more details.
- {specmatic-2.0.1/specmatic.egg-info → specmatic-2.0.4}/PKG-INFO +2 -2
- {specmatic-2.0.1 → specmatic-2.0.4}/README.md +1 -1
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/core/specmatic.jar +0 -0
- specmatic-2.0.4/specmatic/version.py +2 -0
- {specmatic-2.0.1 → specmatic-2.0.4/specmatic.egg-info}/PKG-INFO +2 -2
- specmatic-2.0.1/specmatic/version.py +0 -2
- {specmatic-2.0.1 → specmatic-2.0.4}/MANIFEST.in +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/setup.cfg +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/setup.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/__init__.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/build_utils.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/core/__init__.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/core/decorators.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/core/specmatic.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/core/specmatic_base.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/core/specmatic_stub.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/core/specmatic_test.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/__init__.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/app_route_adapter.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/coverage_route.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/fastapi_app_route_adapter.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/flask_app_route_adapter.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/sanic_app_route_adapter.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/servers/__init__.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/servers/coverage_server.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/servers/fastapi_app_coverage_server.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/servers/flask_app_coverage_server.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/servers/sanic_app_coverage_server.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/generators/__init__.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/generators/pytest_generator.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/generators/test_generator_base.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/generators/unittest_generator.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/servers/__init__.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/servers/app_server.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/servers/asgi_app_server.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/servers/wsgi_app_server.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/servers/wsgi_server_thread.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic/utils.py +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic.egg-info/SOURCES.txt +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic.egg-info/dependency_links.txt +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic.egg-info/requires.txt +0 -0
- {specmatic-2.0.1 → specmatic-2.0.4}/specmatic.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: specmatic
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.4
|
|
4
4
|
Summary: A Python module for using the Specmatic Library.
|
|
5
5
|
Home-page: https://github.com/znsio/specmatic-python-extensions
|
|
6
6
|
Author: Specmatic Builders
|
|
@@ -82,7 +82,7 @@ pytest.main()
|
|
|
82
82
|
- In this, we are passing:
|
|
83
83
|
- an instance of your wsgi app like flask
|
|
84
84
|
- app_host and app_port. If they are not specified, the app will be started on a random available port on 127.0.0.1.
|
|
85
|
-
- You would need a [specmatic config](https://specmatic.
|
|
85
|
+
- You would need a [specmatic config](https://specmatic.io/documentation/specmatic_json.html) file to be present in the root directory of your project.
|
|
86
86
|
- an empty test class.
|
|
87
87
|
- stub_host, stub_port, optional list of json files to set expectations on the stub.
|
|
88
88
|
The stub_host, stub_port will be used to run the specmatic stub server.
|
|
@@ -66,7 +66,7 @@ pytest.main()
|
|
|
66
66
|
- In this, we are passing:
|
|
67
67
|
- an instance of your wsgi app like flask
|
|
68
68
|
- app_host and app_port. If they are not specified, the app will be started on a random available port on 127.0.0.1.
|
|
69
|
-
- You would need a [specmatic config](https://specmatic.
|
|
69
|
+
- You would need a [specmatic config](https://specmatic.io/documentation/specmatic_json.html) file to be present in the root directory of your project.
|
|
70
70
|
- an empty test class.
|
|
71
71
|
- stub_host, stub_port, optional list of json files to set expectations on the stub.
|
|
72
72
|
The stub_host, stub_port will be used to run the specmatic stub server.
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: specmatic
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.4
|
|
4
4
|
Summary: A Python module for using the Specmatic Library.
|
|
5
5
|
Home-page: https://github.com/znsio/specmatic-python-extensions
|
|
6
6
|
Author: Specmatic Builders
|
|
@@ -82,7 +82,7 @@ pytest.main()
|
|
|
82
82
|
- In this, we are passing:
|
|
83
83
|
- an instance of your wsgi app like flask
|
|
84
84
|
- app_host and app_port. If they are not specified, the app will be started on a random available port on 127.0.0.1.
|
|
85
|
-
- You would need a [specmatic config](https://specmatic.
|
|
85
|
+
- You would need a [specmatic config](https://specmatic.io/documentation/specmatic_json.html) file to be present in the root directory of your project.
|
|
86
86
|
- an empty test class.
|
|
87
87
|
- stub_host, stub_port, optional list of json files to set expectations on the stub.
|
|
88
88
|
The stub_host, stub_port will be used to run the specmatic stub server.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{specmatic-2.0.1 → specmatic-2.0.4}/specmatic/coverage/servers/fastapi_app_coverage_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|