Thanks to visit codestin.com Credit goes to github.com
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 19acd4c commit f39bbb5Copy full SHA for f39bbb5
test/deprecation/test_attributes.py
@@ -84,7 +84,7 @@ class TestPrivateModuleAliases:
84
"""Tests of the private module aliases' shared specific runtime behaviors."""
85
86
def test_private_module_alias_access_resolves(self, name: str, fullname: str) -> None:
87
- """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."""
88
assert getattr(git, name) is importlib.import_module(fullname)
89
90
def test_private_module_alias_import_resolves(self, name: str, fullname: str) -> None:
0 commit comments