specmatic 2.0.1__tar.gz → 2.0.3__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.

Files changed (42) hide show
  1. {specmatic-2.0.1/specmatic.egg-info → specmatic-2.0.3}/PKG-INFO +2 -2
  2. {specmatic-2.0.1 → specmatic-2.0.3}/README.md +1 -1
  3. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/core/specmatic.jar +0 -0
  4. specmatic-2.0.3/specmatic/version.py +2 -0
  5. {specmatic-2.0.1 → specmatic-2.0.3/specmatic.egg-info}/PKG-INFO +2 -2
  6. specmatic-2.0.1/specmatic/version.py +0 -2
  7. {specmatic-2.0.1 → specmatic-2.0.3}/MANIFEST.in +0 -0
  8. {specmatic-2.0.1 → specmatic-2.0.3}/setup.cfg +0 -0
  9. {specmatic-2.0.1 → specmatic-2.0.3}/setup.py +0 -0
  10. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/__init__.py +0 -0
  11. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/build_utils.py +0 -0
  12. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/core/__init__.py +0 -0
  13. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/core/decorators.py +0 -0
  14. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/core/specmatic.py +0 -0
  15. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/core/specmatic_base.py +0 -0
  16. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/core/specmatic_stub.py +0 -0
  17. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/core/specmatic_test.py +0 -0
  18. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/__init__.py +0 -0
  19. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/app_route_adapter.py +0 -0
  20. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/coverage_route.py +0 -0
  21. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/fastapi_app_route_adapter.py +0 -0
  22. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/flask_app_route_adapter.py +0 -0
  23. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/sanic_app_route_adapter.py +0 -0
  24. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/servers/__init__.py +0 -0
  25. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/servers/coverage_server.py +0 -0
  26. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/servers/fastapi_app_coverage_server.py +0 -0
  27. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/servers/flask_app_coverage_server.py +0 -0
  28. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/coverage/servers/sanic_app_coverage_server.py +0 -0
  29. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/generators/__init__.py +0 -0
  30. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/generators/pytest_generator.py +0 -0
  31. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/generators/test_generator_base.py +0 -0
  32. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/generators/unittest_generator.py +0 -0
  33. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/servers/__init__.py +0 -0
  34. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/servers/app_server.py +0 -0
  35. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/servers/asgi_app_server.py +0 -0
  36. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/servers/wsgi_app_server.py +0 -0
  37. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/servers/wsgi_server_thread.py +0 -0
  38. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic/utils.py +0 -0
  39. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic.egg-info/SOURCES.txt +0 -0
  40. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic.egg-info/dependency_links.txt +0 -0
  41. {specmatic-2.0.1 → specmatic-2.0.3}/specmatic.egg-info/requires.txt +0 -0
  42. {specmatic-2.0.1 → specmatic-2.0.3}/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.1
3
+ Version: 2.0.3
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.in/documentation/specmatic_json.html) file to be present in the root directory of your project.
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.in/documentation/specmatic_json.html) file to be present in the root directory of your project.
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.
@@ -0,0 +1,2 @@
1
+ __version__ = '2.0.3'
2
+ __specmatic_version__ = '2.0.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: specmatic
3
- Version: 2.0.1
3
+ Version: 2.0.3
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.in/documentation/specmatic_json.html) file to be present in the root directory of your project.
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.
@@ -1,2 +0,0 @@
1
- __version__ = '2.0.1'
2
- __specmatic_version__ = '2.0.1'
File without changes
File without changes
File without changes
File without changes