We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2df3a8 commit a15a830Copy full SHA for a15a830
test/deprecation/test_attributes.py
@@ -18,7 +18,7 @@ def test_cannot_import_undefined() -> None:
18
19
20
def test_util_alias_access_resolves() -> None:
21
- """These resolve for now, though they're private we do not guarantee this."""
+ """These resolve for now, though they're private and we do not guarantee this."""
22
assert git.util is git.index.util
23
24
@@ -50,7 +50,7 @@ def test_util_alias_import_warns() -> None:
50
51
52
def test_private_module_aliases() -> None:
53
- """These exist dynamically but mypy will show them as absent (intentionally).
+ """These exist dynamically (for now) but mypy treats them as absent (intentionally).
54
55
More detailed dynamic behavior is examined in the subsequent test cases.
56
"""
0 commit comments