-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Openapi schema now seems to validate:
-> % st run --checks all --experimental=openapi-3.1 --hypothesis-suppress-health-check=filter_too_much http://0.0.0.0:5000/openapi.json ======================================================= Schemathesis test session starts ====================================================== Schema location: http://0.0.0.0:5000/openapi.json Base URL: http://0.0.0.0:5000/ Specification version: Open API 3.1.0 Random seed: 205554008151466352027775861975580443555 Workers: 1 Collected API operations: 8 Collected API links: 0 GET / . [ 12%] GET /conformance/ . [ 25%] GET /collections/ . [ 37%] GET /collections/{collection_id}/ . [ 50%] GET /collections/{collection_id}/instances/{instance_id}/ . [ 62%] GET /collections/isobaric/position/ . [ 75%] GET /collections/isobaric/instances/{instance_id}/position . [ 87%] GET /collections/isobaric/instances/ . [100%] =================================================================== SUMMARY =================================================================== Performed checks: not_a_server_error 244 / 244 passed PASSED status_code_conformance 244 / 244 passed PASSED content_type_conformance 244 / 244 passed PASSED response_headers_conformance 244 / 244 passed PASSED response_schema_conformance 244 / 244 passed PASSED Experimental Features: - OpenAPI 3.1: Support for response validation Feedback: schemathesis/schemathesis#1822 Your feedback is crucial for experimental features. Please visit the provided URL(s) to share your thoughts. Tip: Use the `--report` CLI option to visualize test results via Schemathesis.io. We run additional conformance checks on reports from public repos.
- Loading branch information
Showing
4 changed files
with
90 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters