Open adriangb opened 1 year ago
A lot of our tests use plain dicts. This makes them brittle and hard to refactor. We should convert from {'type': 'str'} -> core_schema.str_schema().
{'type': 'str'}
core_schema.str_schema()
Selected Assignee: @davidhewitt
This is going to be incredibly laborious ðŸ˜
A lot of our tests use plain dicts. This makes them brittle and hard to refactor. We should convert from
{'type': 'str'}
->core_schema.str_schema()
.Selected Assignee: @davidhewitt