-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Tweak test generator documentation #497
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working it over. Looks great to me.
building/tooling/test-generators.md
Outdated
##### Nesting | ||
|
||
Some exercises use nesting, where `cases` are nested in other `cases` keys. | ||
Only the innermost (leaf) `cases` will actually have any test cases, their parent `cases` will only ever be used for grouping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the case. It may have been a design goal, but it isn't in reality. See e.g. https://github.com/exercism/problem-specifications/blob/main/exercises/binary-search-tree/canonical-data.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I stand corrected! I've updated.
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Co-authored-by: mk-mxp <[email protected]>
Tweak test generators docs