graph-quilt / graph-quilt/graphql-orchestrator-java

Remove references to service classes in the src/test/java

Open
#173 1 comment 0 reactions 1 assignee Claimed by @tasneemkoushar View on GitHub
enhancement good first issue hacktoberfest hacktoberfest2023
Dominant language
Groovy
Stars
73
Forks
32
PR merge metrics
No merged PRs in 30d

Description

With the migration to groovy style tests, we do not need the test service classes in test/java. The services are in the following package https://github.com/graph-quilt/graphql-orchestrator-java/tree/master/src/test/java/com/intuit/graphql/orchestrator
An example would be BookService

Delete these service class and migrate all the test referring to these services to groovy. Example of groovy test
https://github.com/graph-quilt/graphql-orchestrator-java/blob/master/src/test/groovy/com/intuit/graphql/orchestrator/integration/TopLevelStitchingSpec.groovy
More tests in this package

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.