Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ashpak-shaikh opened this issue Oct 20, 2023 · 1 comment
Open

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

ashpak-shaikh opened this issue Oct 20, 2023 · 1 comment
Assignees
Labels

Comments

@ashpak-shaikh
Copy link
Contributor

ashpak-shaikh commented Oct 20, 2023

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

@ashpak-shaikh ashpak-shaikh added enhancement New feature or request hacktoberfest good first issue Good for newcomers labels Oct 20, 2023
@tasneemkoushar
Copy link
Contributor

@ashpak-shaikh can I take this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants