pytest-api-cov 1.1.1__tar.gz → 1.1.2__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.
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/PKG-INFO +2 -2
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/README.md +1 -1
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/pyproject.toml +1 -1
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/.gitignore +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/LICENSE +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/__init__.py +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/cli.py +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/config.py +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/frameworks.py +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/models.py +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/plugin.py +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/pytest_flags.py +0 -0
- {pytest_api_cov-1.1.1 → pytest_api_cov-1.1.2}/src/pytest_api_cov/report.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pytest-api-cov
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.2
|
4
4
|
Summary: Pytest Plugin to provide API Coverage statistics for Python Web Frameworks
|
5
5
|
Author-email: Barnaby Gill <barnabasgill@gmail.com>
|
6
6
|
License: Apache-2.0
|
@@ -155,7 +155,7 @@ Total API Coverage: 50.0% # 2 out of 4 method-endpoint combinations
|
|
155
155
|
```
|
156
156
|
|
157
157
|
### Endpoint Grouping
|
158
|
-
To group all methods
|
158
|
+
To group all methods by endpoint, use:
|
159
159
|
|
160
160
|
```bash
|
161
161
|
pytest --api-cov-report --api-cov-group-methods-by-endpoint
|
@@ -137,7 +137,7 @@ Total API Coverage: 50.0% # 2 out of 4 method-endpoint combinations
|
|
137
137
|
```
|
138
138
|
|
139
139
|
### Endpoint Grouping
|
140
|
-
To group all methods
|
140
|
+
To group all methods by endpoint, use:
|
141
141
|
|
142
142
|
```bash
|
143
143
|
pytest --api-cov-report --api-cov-group-methods-by-endpoint
|
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
|