Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Compliance Testing Tools

Matthias Mohr edited this page Feb 7, 2019 · 8 revisions

Testing tools that can be helpful for the compliance testing

  • openapi-core (Python)
    • Not able to make it run (with our OpenAPI 3 specification)
  • pyramic_openapi3 (Python)
    • Only for pyramic services
  • openapi-spec-validator (Python)
    • Only validates the specification, but not implementations of it
  • kin-openapi (GO) 🥇
    • Is at least able to load the specification
    • Related to apisprout, Mockup Server, which can be interesting for Client testing...
  • dredd (several languages, but experimental support for openAPI 3)
    • Support for OpenAPI 3 not sufficient and development seems dead on it right now
  • kogosoftwarellc/open-api (Javascript)
    • Couldn't get it running yet, but it is actively maintained so maybe something to have an eye on.
  • falguard (Python)
Clone this wiki locally