Skip to content

Commit 5826562

Browse files
committed
test(docs): make a comment more correct
1 parent 1062c56 commit 5826562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from coverage.files import set_relative_directory
2424

2525
# Pytest will rewrite assertions in test modules, but not elsewhere.
26-
# This tells pytest to also rewrite assertions in coveragetest.py.
26+
# This tells pytest to also rewrite assertions in these files:
2727
pytest.register_assert_rewrite("tests.coveragetest")
2828
pytest.register_assert_rewrite("tests.helpers")
2929

0 commit comments

Comments
 (0)