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
* test(dicttoxml): add targeted tests to cover edge branches and XML name handling
Adds coverage for CDATA edge, numeric and namespaced keys, list header behavior,
@Flat handling, Decimal typing, cdata conversion, and id attributes when ids provided.
* refactor(dicttoxml): improve typing and xml type detection; simplify get_unique_id API
- Accept optional ids list to avoid collisions deterministically in tests
- Replace legacy type name checks with direct 'str'/'int'
- Update tests to use monkeypatch for duplicate id simulation
* fix: remove py
* chore: remove py everywhere
* feat: update docs requirements
* feat: update packages
* chore: remove files
* fix: remove garbage
0 commit comments