-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
dfe93d1
commit b087357
Showing
3 changed files
with
126 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters