stuebingerb / KGraphQL

Pure Kotlin GraphQL implementation
MIT License
3 stars 1 forks source link

Consolidate test validation #6

Open stuebingerb opened 2 weeks ago

stuebingerb commented 2 weeks ago

Currently, validations in test functions are implemented in different ways:

This makes it unnecessarily complex and hard to maintain and should be consolidated, ideally towards a single, kotlin-native test library.

Ideas for alternatives: