nextcloud / neon

A framework for building convergent cross-platform Nextcloud clients using Flutter.
Other
127 stars 31 forks source link

Test against petstore examples #761

Open provokateurin opened 1 year ago

provokateurin commented 1 year ago

https://github.com/OAI/OpenAPI-Specification/tree/main/examples

Leptopoda commented 12 months ago

I think we should already generate for the petstore. This should help us further test dynamite.

Resolving the authentication issues and adding proper tests can still be added later on. What about opening a PR with your current changes? @provokateurin

provokateurin commented 12 months ago

I can do that, shall we just patch the petstore spec to remove the broken authentication or how do you want to handle it?

Leptopoda commented 12 months ago

IIrc we weren't failing to build it. I'd just keep it vanilla.

provokateurin commented 12 months ago

Building works, but the code won't pass the analyzer because of missing classes.

Leptopoda commented 12 months ago

Yeah in that case patching might be the only possible thing.

provokateurin commented 11 months ago

Let's just continue here: We have to write unit tests for the example and run them against https://github.com/OpenAPITools/openapi-petstore.