Skip to content

ImportSpy 0.1.11: Enhanced Validation and Error Clarity

Compare
Choose a tag to compare
@atellaluca atellaluca released this 20 Nov 19:47
· 9 commits to main since this release

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 and dict_compare to simplify validation logic and improve code readability.

How to Upgrade

Update to the latest version using pip:

pip install --upgrade importspy