Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
What this PR does:
This change attempts three things!
Consider all three as both guidance for contributing humans, and also as LLM-guidance for asking LLMs to work with automated tests, similar in spirit to the llms-full.txt guidance created by the MCP community.
Why this change is needed:
There's basically no documentation so far on automated testing. There has been some recent confusion. There are also some improvements in progress, and we should have something to think through a consistent approach.
How to verify/test:
test/README.txt is self-describing.
Related issues/design docs:
Maturity:
The "Scope" and "Automated vs manual testing" sections are preliminary and need feedback. The "Automated testing - Conventions" are more of a statement of what is already implied elsewhere, so may be appropriate to merging immediately and fixing issues later.
Feedback requested:
I would be especially interested in feedback on the "Scope" and "Automated vs manual testing" sections, since they are the most subjective.
Reviewers requested:
Matt, please review.