docs: align tests/README.md and README.md to actual test project structure#77
Closed
evanofficial wants to merge 1 commit intoartcava:developfrom
Closed
docs: align tests/README.md and README.md to actual test project structure#77evanofficial wants to merge 1 commit intoartcava:developfrom
evanofficial wants to merge 1 commit intoartcava:developfrom
Conversation
…cture The Section 3 tree in tests/README.md and the Testing tree in README.md described a nested tests/XPoster.Tests/ layout with Generators/ that doesn't exist on disk. Replace both with the actual tests/ layout (Abstraction, Implementation, Models, Services, SenderPlugins, plus the root-level XFunction tests and the csproj). Added a clarifying note in tests/README.md that tests/ is itself the test project root. Closes artcava#74
Owner
|
Hi @evanofficial! 👋 Thank you for this contribution — and especially for branching off from Unfortunately, I need to close this PR without merging. Issue #74 was resolved a few days earlier by PR #76, which covered the same changes to I really hope this doesn't discourage you — the quality of the contribution is solid, and I'd love to collaborate with you on future issues. Keep an eye on open issues and feel free to pick one up anytime! 🚀 |
This was referenced Apr 8, 2026
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.
Closes #74.
Both
README.md(Testing section) andtests/README.md(Section 3) described atests/XPoster.Tests/nested layout withGenerators/that does not exist on disk — following the docs would lead contributors to place test files in paths that are not part of the project.This updates both trees to the actual layout:
Abstraction/,Implementation/,Models/,Services/,SenderPlugins/, plus the root-levelXFunctionTests.cs/XFunctionMissingBranchTests.csand the.csproj. Also added a clarifying note intests/README.mdthattests/is itself the test project root (not a nested subdirectory).Documentation-only — no test files moved or renamed.