Skip to content

Commit 3da821d

Browse files
Tusenkanicoddemus
andcommitted
Update testing/test_assertrewrite.py
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent fd59d87 commit 3da821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_assertrewrite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ def test_simple_failure():
20052005
def test_assert_rewrites_only_rootpath(
20062006
self, pytester: Pytester, hook: AssertionRewritingHook, monkeypatch
20072007
) -> None:
2008-
"""If test files contained outside the rootpath, then skip them"""
2008+
"""Do not rewrite assertions in tests outside `AssertState.rootpath` (#13403)."""
20092009
pytester.makepyfile(
20102010
**{
20112011
"file.py": """\

0 commit comments

Comments
 (0)