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

implement schema generation and validation #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

titusfortner
Copy link

I'm using this with my black box API tests to generate JSON schema from each REST call I make, storing it in git, then verifying future rest calls verify against that schema. This is a quick way to detect changes in the API. I've only tested it against my test suite, so there might be more gotchas that this doesn't account for. Updates or feedback on an improved approach would be appreciated.

@coveralls
Copy link

Coverage Status

Coverage decreased (-88.2%) to 10.728% when pulling b162797 on titusfortner:schema into aa6939d on brooklynDev:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-88.2%) to 10.728% when pulling a195978 on titusfortner:schema into aa6939d on brooklynDev:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-88.2%) to 10.728% when pulling 8d3ec09 on titusfortner:schema into aa6939d on brooklynDev:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-88.2%) to 10.728% when pulling 12dbe57 on titusfortner:schema into aa6939d on brooklynDev:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-88.08%) to 10.853% when pulling 5cdb800 on titusfortner:schema into aa6939d on brooklynDev:master.

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

2 participants