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
With this commit, `configlet sync` adds a `reimplements` key/value pair
to each relevant test case when writing the `tests.toml` file. This is
purely to help the reader to identify reimplemented test cases.
An example test case for the `hamming` exercise:
```toml
[b9228bb1-465f-4141-b40f-1f99812de5a8]
description = "disallow first strand longer"
reimplements = "919f8ef0-b767-4d1b-8516-6379d07fcb28"
```
This commit also tries to improve the comment at the start of the
`tests.toml` file.
Closes: #316
Co-authored-by: ee7 <[email protected]>
Having a
reimplements
property added to thetests.toml
file helps identify re-implemented test cases:The text was updated successfully, but these errors were encountered: