-
From [this comment](https://gitlab.com/HathorNetwork/hathor-python/-/merge_requests/365#note_281736002). @msbrogli suggested:
"Instead of manually validating each input, isn't it easier to get the …
-
```
[INFO] --- openapi-generator-maven-plugin:7.0.1:generate (default) @ horreum-api ---
Warning: There were issues with the specification, but validation has been explicitly disabled.
Errors:
…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Bumps [openapi-core](https://github.com/python-openapi/openapi-core) from 0.18.2 to 0.19.0.
Release notes
Sourced from openapi-core's releases.
0.19.0
This version focuses on OpenAPI app and support…
-
It is desirable to add a command (maybe a plugin) to validate the server responses using a OpenApi document, which would be a kind of "contract tests". Further investigation is needed in order to find…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Note on requirement 36 - "Currently, no tool is known to validate that a server implements the API specified in its OpenAPI definition."
One result from the hackathon should be a first cut at Annex …
-
### Description
With Nuxt API Party’s capability to auto-generate routes from backend OpenAPI schemas, it would be beneficial to introduce automatic integration testing using [Vitest](https://github.…
-
### Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
### Is your feature request related to…