-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add test generator to track tooling #495
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 this! It's quite a big document, so I think the best approach is to merge this and then I'll double some tweaks in a follow-up PR. The only thing this requires to be added is to have a new entry in https://github.com/exercism/docs/blob/main/building/config.json.
Thanks! |
@mk-mxp What tracks do this? |
I think I mixed it up in my memory from:
Should I remove that or make more into a suggestion: "Tracks may also create tests for concept exercises from a similar track-owned data source."? |
I'll remove it in a future PR :) |
As written, I interpret that as being a requirement that a test generator be written in the same language as a track. Some tracks may choose not to do this for a variety of reasons. |
I'm working on a revised version |
As discussed in the forum.
This my first approach to documenting the test generator information for future contributors. I am very open for improvements, be it language, structure or the place it should live in the docs.
@ErikSchierboom