pytest-api-cov 1.1.1__py3-none-any.whl → 1.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.
- {pytest_api_cov-1.1.1.dist-info → pytest_api_cov-1.1.2.dist-info}/METADATA +2 -2
- {pytest_api_cov-1.1.1.dist-info → pytest_api_cov-1.1.2.dist-info}/RECORD +5 -5
- {pytest_api_cov-1.1.1.dist-info → pytest_api_cov-1.1.2.dist-info}/WHEEL +0 -0
- {pytest_api_cov-1.1.1.dist-info → pytest_api_cov-1.1.2.dist-info}/entry_points.txt +0 -0
- {pytest_api_cov-1.1.1.dist-info → pytest_api_cov-1.1.2.dist-info}/licenses/LICENSE +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
|
@@ -6,8 +6,8 @@ pytest_api_cov/models.py,sha256=AW7X4DzzsY-HtNsQMm5x55x95Q-10B2xhD9_XaXFDBw,5997
|
|
6
6
|
pytest_api_cov/plugin.py,sha256=o2fqQv3M5HzlPYGXm-rDBxbPRHbiMEPpImJ4a5tum0s,16540
|
7
7
|
pytest_api_cov/pytest_flags.py,sha256=oGTCv7T_Mj439PFrvB3LawmLFQYppZOOS1f_HOK1cJE,2408
|
8
8
|
pytest_api_cov/report.py,sha256=0VOg_YqdpCLfTY2nltUeW8xgeqJnb2-8_oyeIObXFL0,8975
|
9
|
-
pytest_api_cov-1.1.
|
10
|
-
pytest_api_cov-1.1.
|
11
|
-
pytest_api_cov-1.1.
|
12
|
-
pytest_api_cov-1.1.
|
13
|
-
pytest_api_cov-1.1.
|
9
|
+
pytest_api_cov-1.1.2.dist-info/METADATA,sha256=Q-09ghBKlJWRrqHuaUan7XZLjh4Vz2qQWTFXI3TqwKE,13298
|
10
|
+
pytest_api_cov-1.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
11
|
+
pytest_api_cov-1.1.2.dist-info/entry_points.txt,sha256=hWqEhsBKzbwSwcxCzKgSA8NElQxk0K4PKERrYsi3csk,110
|
12
|
+
pytest_api_cov-1.1.2.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
13
|
+
pytest_api_cov-1.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|