ImportSpy 0.1.11: Enhanced Validation and Error Clarity
Release Notes for ImportSpy 0.1.11
What's New in Version 0.1.11
Enhancements
-
Improved Error Messages for Validation:
- Enhanced error messages for class methods, attributes, and superclass mismatches to provide clearer, more actionable feedback during validation.
- Added specific error messages for missing and mismatched functions, classes, attributes, and environment variables.
-
Modular Validation Refactoring:
- Refactored the
is_subset
function for better modularity:- Introduced helper functions
list_compare
anddict_compare
to simplify validation logic and improve code readability.
- Introduced helper functions
- Refactored the
How to Upgrade
Update to the latest version using pip:
pip install --upgrade importspy