Skip to content

Commit b2c2e73

Browse files
committed
test(frozen_dataclass): simplify doctests in test file for better reliability
1 parent 0458a79 commit b2c2e73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/_internal/test_frozen_dataclass_sealable.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"""Test cases for the enhanced frozen_dataclass_sealable implementation."""
1+
"""Test cases for the enhanced frozen_dataclass_sealable implementation.
2+
3+
This module contains test cases for the frozen_dataclass_sealable decorator and related
4+
functionality.
5+
"""
26

37
from __future__ import annotations
48

0 commit comments

Comments
 (0)