exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
254 stars 207 forks source link

feature(test-runner): add task_id for all concept ex #702

Closed vaeng closed 1 year ago

vaeng commented 1 year ago

This PR adds the necessary task_id information to every concept exercise test file. This will just change the parsing of the test file and show the tests grouped by task. It will not change the tests themselves. It is thus not needed to redo the tests.

The commit will need the [no important files changed] in the body. The forum's discussion will give more information if anyone is interested: https://forum.exercism.org/t/maintainers-new-no-important-files-changed-flag-added/6500