You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frozen_dataclass(feat): Enhance docs and test coverage
why: Improve documentation and test robustness for the frozen_dataclass implementation
what: - Add comprehensive doctests with usage examples and limitation explanations - Enhance test coverage for nested mutability and inheritance edge cases - Improve exception message matching in tests - Verify compatibility with inheritance from mutable base classes
All tests now pass: 6 pytest tests and 16 doctests confirm functionality
0 commit comments