Skip to content

feat: add property based testing #164

@eoaksnes

Description

@eoaksnes

To automatically test the API using FastAPI’s self-generated OpenAPI specification using schemathesis.

Schemathesis works by looking at the API specification and automatically generating test cases for each endpoint.

Schemathesis checks whether your API is accepting and returning payloads with the right shape and types, whether it handles URL query and path parameters correctly, whether it returns the right status codes, and more.

By leveraging property-based testing, schemathesis is capable of generating thousands of test cases for your API

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

📚 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions