pytest-api-cov 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

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.
@@ -1 +1,7 @@
1
- # This file makes the pytest_api_cov directory a Python package
1
+ """init pytest_api_cov."""
2
+
3
+ try:
4
+ from importlib.metadata import version
5
+ __version__ = version("pytest-api-cov")
6
+ except ImportError:
7
+ __version__ = "unknown"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-api-cov
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Api Coverage Report Pytest Plugin
5
5
  Author-email: Barnaby Gill <barnabasgill@gmail.com>
6
6
  License: Apache-2.0
@@ -1,4 +1,4 @@
1
- pytest_api_cov/__init__.py,sha256=J7hqjMaNcnMdBP0OB012hPK7ZjhRVDIyd9NBr8gewsc,65
1
+ pytest_api_cov/__init__.py,sha256=o5esC2mfxHTQ7_KBZPGipOQ1OrTTeb-WeE8zPdVzQj8,175
2
2
  pytest_api_cov/cli.py,sha256=ybTMUb8ZzTEcz7g-81kH6Aa7bt4fMNH33ao4laiJ9fY,6211
3
3
  pytest_api_cov/config.py,sha256=cB8N9bpkGmYhXLW3QL08atJy3ukC1vJcSD2qc8tRol0,3166
4
4
  pytest_api_cov/frameworks.py,sha256=5d6wnEsb2BykPtpnpkv98GMPuyoG4elXRJ7vtGHF06A,3228
@@ -6,8 +6,8 @@ pytest_api_cov/models.py,sha256=YiXLiEEyNREiodzn1pGqSNIHrm3zV6kFn0XgyN8_8Rs,4893
6
6
  pytest_api_cov/plugin.py,sha256=Sa4tWSXmwcXDmxRSAwlM6n4RjU-HqY3S9G8Esicy2nw,11078
7
7
  pytest_api_cov/pytest_flags.py,sha256=aH-MpUQCX7JdPA7f_Qulf0HzOtFpyTqDbHFDy48epOg,1949
8
8
  pytest_api_cov/report.py,sha256=VxfWag20V8o9ArbxOkR_gWQ2TE-sthrS0PCJvn4YCSU,6642
9
- pytest_api_cov-0.1.1.dist-info/METADATA,sha256=ZDMrv8bDlDRuZYA7pYfzpLe-xYJ3a3y6DZjseU2E6HU,7528
10
- pytest_api_cov-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- pytest_api_cov-0.1.1.dist-info/entry_points.txt,sha256=hWqEhsBKzbwSwcxCzKgSA8NElQxk0K4PKERrYsi3csk,110
12
- pytest_api_cov-0.1.1.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
13
- pytest_api_cov-0.1.1.dist-info/RECORD,,
9
+ pytest_api_cov-0.1.2.dist-info/METADATA,sha256=PoScwkHF0051PqJO2dyRiaRWUZEZNAbgeRMQTUW6hgA,7528
10
+ pytest_api_cov-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ pytest_api_cov-0.1.2.dist-info/entry_points.txt,sha256=hWqEhsBKzbwSwcxCzKgSA8NElQxk0K4PKERrYsi3csk,110
12
+ pytest_api_cov-0.1.2.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
13
+ pytest_api_cov-0.1.2.dist-info/RECORD,,