We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1062c56 commit 5826562Copy full SHA for 5826562
tests/conftest.py
@@ -23,7 +23,7 @@
23
from coverage.files import set_relative_directory
24
25
# Pytest will rewrite assertions in test modules, but not elsewhere.
26
-# This tells pytest to also rewrite assertions in coveragetest.py.
+# This tells pytest to also rewrite assertions in these files:
27
pytest.register_assert_rewrite("tests.coveragetest")
28
pytest.register_assert_rewrite("tests.helpers")
29
0 commit comments