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

Feat/improve integration test generation #246

Merged
merged 4 commits into from
May 23, 2024

Conversation

noahmmcgivern
Copy link
Contributor

Changes:

  • Additional scaffolding for the generation of integration tests for mutations
    • Generates separate test functions for each mutation in a package
    • User is still required to fill in required input parameters (variables) for input types
  • Updates to the README.md file for command usage

@@ -1,3 +1,4 @@
// Code generated by tutone: DO NOT EDIT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the DO NOT EDIT part?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that comment could be misleading.

noahmmcgivern and others added 2 commits May 23, 2024 14:29
Adds an error to generated tests to prompt the user to add the necessary code

Co-authored-by: Sander Blue <sblue@sanderblue.com>
@noahmmcgivern noahmmcgivern merged commit a5b70a6 into main May 23, 2024
11 of 12 checks passed
@noahmmcgivern noahmmcgivern deleted the feat/improve-integration-test-generation branch May 23, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants