Skip to content

Conversation

@Yzi-Li
Copy link
Contributor

@Yzi-Li Yzi-Li commented Nov 8, 2025

@Yzi-Li Yzi-Li marked this pull request as ready for review November 8, 2025 14:58
@Yzi-Li Yzi-Li requested a review from AA-Turner as a code owner November 8, 2025 14:58
@support.requires_docstrings
def test_empty_docstring(self):
attr = DynamicClassAttribute(fget=None, fset=None, fdel=None, doc='')
self.assertEqual(attr.__doc__, '',)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
self.assertEqual(attr.__doc__, '',)
self.assertEqual(attr.__doc__, '')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants