lightblue-platform / pyresttest

Python Rest Testing
Apache License 2.0
1 stars 1 forks source link

Schema validation of responses #8

Closed jewzaam closed 9 years ago

jewzaam commented 10 years ago

The test framework talks REST. Responses in many cases will fall into either JSON or XML which can have schemas. Would be nice to use these schemas to validate responses are well formed before doing additional validations of the data.

svanoort commented 9 years ago

@jewzaam This is underway in upstream, because codebase & docs are hitting the point where they are fairly polished and I can finish the extensions work and add this as a simple extension.

Additionally, there is additional interest from GitHub community in this feature, so it got bumped up another notch in priority: See issue on the upstream

jewzaam commented 9 years ago

Thanks @svanoort , closing this since it's being done upstream.