Skip to content

v0.2.1

Choose a tag to compare

@jpmanson jpmanson released this 23 Feb 02:29
· 2 commits to main since this release

Refactor code and improve test coverage

  • Reordered imports in registry.py for consistency.
  • Updated string formatting to use double quotes for consistency.
  • Enhanced _init_builtin_types function by organizing field imports and registration.
  • Improved readability of test cases by formatting data dictionaries and assertions.
  • Added comprehensive tests for JSON Schema export functionality.
  • Ensured backward compatibility in tests for form construction and validation.
  • Cleaned up unnecessary whitespace and comments across various test files.