Skip to content

Commit 58ff93f

Browse files
authored
Update README.md
1 parent 2ba0db9 commit 58ff93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The test environment for pytest is setup with the `setup.cfg` and/or `pyproject.
3737
which can be found in the *deps* section of [tox.ini](tox.ini). Some projects also use a `requirements-tests.txt` file that lists
3838
all test dependencies and is also given in the *deps* section with `deps = -rrequirements-tests.txt`.
3939
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.
40+
from the `coverage` tool are given.
4141

4242
<br>
4343

0 commit comments

Comments
 (0)