Marwes / schemafy

Crate for generating rust types from a json schema
MIT License
242 stars 51 forks source link

Enable more tests from the JSON schema test suite #26

Closed adeschamps closed 4 years ago

adeschamps commented 4 years ago

This modifies the is_blacklisted function to be more fine grained. It now skips 92 test schemas instead of 108, increasing the number of unit test suite unit tests from 44 to 113.

Marwes commented 4 years ago

Nice :+1: