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.
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 asdescription
. Some exercises have that column asname
, which works fine, others havedescription
, which will only show the tests cases by number.We could change the test runner to handle both cases or change the
description
exercises toname
.