exercism / sqlite

Exercism exercises in SQLite.
https://exercism.org/tracks/sqlite
MIT License
6 stars 8 forks source link

correct test title not shown in web editor #61

Closed vaeng closed 8 months ago

vaeng commented 8 months ago

The test-runner exports the test table as json. To reduce work, the columns are named in the same schema as the API expects them in the json file.

The test titles are in the column name, as that is what the json file wants, but the toml file has that bit of information as description. Some exercises have that column as name, which works fine, others have description, which will only show the tests cases by number.

We could change the test runner to handle both cases or change the description exercises to name.

vaeng commented 8 months ago

I propose to change the diverging exercises with #63