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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-api-cov
3
- Version: 1.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 on an endpoint are together, use:
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 on an endpoint are together, use:
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pytest-api-cov"
3
- version = "1.1.1"
3
+ version = "1.1.2"
4
4
  description = "Pytest Plugin to provide API Coverage statistics for Python Web Frameworks"
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Barnaby Gill", email = "barnabasgill@gmail.com" }]
File without changes