ghostdogpr / caliban

Functional GraphQL library for Scala
https://ghostdogpr.github.io/caliban/
Apache License 2.0
947 stars 248 forks source link

Added test for render validation of PostService #2389

Open develeon opened 2 months ago

develeon commented 2 months ago

Added basic test for render validation of PostService.

Proposing to add tests for render validation of compiletime generated services.

This will allow us to verify and better track behavior of new implementations. when using code first approach for GraphQl.

ghostdogpr commented 2 months ago

How about using zio-test? It's better to stick with one library.