You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently a .meta/tests.toml file was introduced to each exercise on this track.
The purpose being to show how an exercise aligns (or does not align) to the exercise's canonical-data.json (in the problem-specifications repo), by comparing the UUID assigned to each test case.
Recently a
.meta/tests.toml
file was introduced to each exercise on this track.The purpose being to show how an exercise aligns (or does not align) to the exercise's
canonical-data.json
(in the problem-specifications repo), by comparing the UUID assigned to each test case.See the canonical-data-syncer for how to check the exercises for this.
This has shown that the wordy exercise has missing or out of date tests.
The request for this issue is to assign the issue to yourself and then (having read our CONTIBUTING.md) update the exercise such that:
canonical-data.json
tests.toml
file to add the UUIDs that correspond to the updated testsSee the following past PR for an example #493
The text was updated successfully, but these errors were encountered: