Skip to content

Commit e498ab5

Browse files
johnslavikvstinner
andauthored
Use a descriptive docstring for the test
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1579fb9 commit e498ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_lazy_import/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_lazy_import_type_cant_construct(self):
221221

222222
@support.requires_subprocess()
223223
def test_lazy_import_type_attributes_accessible(self):
224-
"""Regression test for GH-145452."""
224+
"""Check that static PyLazyImport_Type is initialized at startup."""
225225
code = textwrap.dedent("""
226226
lazy import json
227227
print(globals()["json"].resolve)

0 commit comments

Comments
 (0)