We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba0db9 commit 58ff93fCopy full SHA for 58ff93f
1 file changed
README.md
@@ -37,7 +37,7 @@ The test environment for pytest is setup with the `setup.cfg` and/or `pyproject.
37
which can be found in the *deps* section of [tox.ini](tox.ini). Some projects also use a `requirements-tests.txt` file that lists
38
all test dependencies and is also given in the *deps* section with `deps = -rrequirements-tests.txt`.
39
Furthermore, to run pytest from tox, the `commands` section must be given. Here, additional options for the code coverage report
40
-from the `pytest-cov` plugin are given.
+from the `coverage` tool are given.
41
42
<br>
43
0 commit comments