drf-openapi-tester icon indicating copy to clipboard operation
drf-openapi-tester copied to clipboard

Test utility for validating OpenAPI documentation

Results 14 drf-openapi-tester issues
Sort by recently updated
recently updated
newest added

I use: - django - djangorestframework - drf-spectacular I'm trying to test my openapi scheme, but It's not working. Exploring the source code, I found some problem. If my schema...

We are using [RelationshipView](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html?highlight=RelationshipView#relationshipview) from the DRF JSON:API package, and are experiencing limitations when using the schema tester on these type of endpoints. We have the following path/view that handles...

This branch is based on https://github.com/snok/drf-openapi-tester/pull/284 that has the required drf setup to show where this is failing. I have removed the trailing slash on paths in `/drf-openapi-tester/tests/schemas/sample-schemas/content_types.yaml` to represent...

In relation to [this issue](https://github.com/snok/drf-openapi-tester/issues/286) - where schema tester was failing with an `UndocumentedSchemaSectionError` on our OAS definitions that uses DRF JSON:API [RelationshipView](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html?highlight=RelationshipView#relationshipview) We would expect the schema tester to...