Skip to content

Commit 7812851

Browse files
committed
docs: add documentation for pytest-opt option
1 parent d18f132 commit 7812851

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pytest-ignore| Comma separated test files which are excluded from the pytest. |'
1818
pytest-separate-benchmark| Set 1 to run benchmark tests separately (execute only once at the main test, by --benchmark-disable) and show the benchmark results in the summary (need [pytest-benchmark](https://pypi.org/project/pytest-benchmark/).|`0` | No
1919
coverage | Set `1` to check coverage for pytest ([pytest-cov](https://pypi.org/project/pytest-cov/) will be installed if not installed). | `1` | No
2020
pytest-cov-path| Path to check coverage.| `src` | No
21+
pytest-opt| Additional options for pytest. | `''` | No
2122
coverage-push | Set `1` to push the coverage result to `coverage` branch. | `0` | No
2223
coverage-push-condition | Condition to push the coverage. This will be shown in the README if it is not empty. | '' | No
2324
github_token | Token to push `coverage` branch.| `${{ github.token }}` | No

0 commit comments

Comments
 (0)