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
fix: restore validation and add tests for PathData.from_dict
- Add back input validation for data type and required keys
- Restore error logging for invalid input
- Add debug logging for value creation
- Add tests for validation and error handling:
- Test invalid data type
- Test missing required keys
- Test value path mismatch
This ensures proper error handling and logging when creating
PathData instances from dictionaries, with full test coverage.
0 commit comments