Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 735 Bytes

About

This project provides API validation for STAPI FastAPI implementations using Schemathesis against the latest STAPI OpenAPI specification.

Configuration

Setup

  1. Install dependencies:

    poetry install
    
  2. Run tests and generate report:

    poetry run pytest tests/validate_api.py --html=report.html --self-contained-html
    
  3. Open report.html in your browser to view the detailed test report.