Skip to content

Commit a15a830

Browse files
committed
Improve a couple test case docstrings
1 parent a2df3a8 commit a15a830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/deprecation/test_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_cannot_import_undefined() -> None:
1818

1919

2020
def test_util_alias_access_resolves() -> None:
21-
"""These resolve for now, though they're private we do not guarantee this."""
21+
"""These resolve for now, though they're private and we do not guarantee this."""
2222
assert git.util is git.index.util
2323

2424

@@ -50,7 +50,7 @@ def test_util_alias_import_warns() -> None:
5050

5151

5252
def test_private_module_aliases() -> None:
53-
"""These exist dynamically but mypy will show them as absent (intentionally).
53+
"""These exist dynamically (for now) but mypy treats them as absent (intentionally).
5454
5555
More detailed dynamic behavior is examined in the subsequent test cases.
5656
"""

0 commit comments

Comments
 (0)