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: update existing tests to match gts-spec v0.7
Update 4 tests in test_entities.py to reflect Issue #25 changes:
- test_default_config: $schema no longer in schema_id_fields
- test_entity_schema_detection_gts_uri: gts:// in $schema NOT recognized as schema
- test_entity_schema_detection_gts_prefix: gts. prefix in $schema NOT recognized as schema
- test_entity_schema_id_calculation: use 'type' field instead of $schema
These tests were checking old behavior (pre-v0.7) where GTS IDs could be used in $schema field.
Per Issue #25, only JSON Schema URLs are allowed in $schema.
All 108 tests pass.
Signed-off-by: Dmitrii Efremov <kaidendev@icloud.com>
0 commit comments