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

Exercise generator doesn't skip excluded tests #207

Open
BNAndras opened this issue Nov 16, 2023 · 0 comments
Open

Exercise generator doesn't skip excluded tests #207

BNAndras opened this issue Nov 16, 2023 · 0 comments

Comments

@BNAndras
Copy link
Member

In #206, I noticed the generated tests added tests marked as not included. Fixing this might get a little complicated. The tests are generated directly from the canonical data in the problem-specifications repo. In there, the tests being replaced by another aren't marked, but the tests that do replace another include the replaced test's GUID. So the test generator should track test case GUIDs. Then if one shows up in a reimplements key, the generator can delete the original test case, leaving only the test case that reimplements it.

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

No branches or pull requests

1 participant