Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrote validation.py to perform schema validation #49

Conversation

d-stahl-ericsson
Copy link
Contributor

Instead of simply verifying JSON syntax by attempting to load the example files, validate.py now searches for schemas and for each schema applies it to any examples of the corresponding type.

A minor drawback of this is that since currently the set of schemas is incomplete, not all examples will be thus verified. This is only temporary, however.

Once topic-drop3 is merged to master we'll add a Travis CI build status icon to README.

@d-stahl-ericsson
Copy link
Contributor Author

Linking to #34.

@d-stahl-ericsson d-stahl-ericsson merged commit d6a1f82 into eiffel-community:topic-drop3 Jun 28, 2016
@d-stahl-ericsson d-stahl-ericsson deleted the topic-drop3-schemavalidation branch September 30, 2016 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant