exercism / batch

Exercism exercises in Batch Script.
https://exercism.org/tracks/batch
MIT License
2 stars 3 forks source link

Incorrect tests.toml files #49

Closed BNAndras closed 2 weeks ago

BNAndras commented 4 weeks ago

All twenty practice exercises use the .meta/tests.toml from hello-world. That file is intended to inform configlet what test cases have been implemented so at the moment. Since we're using the wrong toml file, configlet sync incorrectly warns all the test cases are missing. That makes it harder to see when a new test needs to be synced. For each exercise, we should add the correct .metadata/tests.toml and mark the tests we're not including.