Open
Description
It seems that some of the tests don't implement the tests that they claim to implement in their meta/tests.toml
, see #228.
Also some exercises don't implement all canonical tests according to the toml.
Find out which ones with configlet sync --tests
or configlet sync --tests -e testname
We should go through all the exercises and verify.
- crypto-square
- etl
- phone-number
- word-count
- acronym Sync acronym tests #350
- allergies Sync allergies tests #351
- anagram Sync anagram tests #352
- armstrong-numbers Sync armstrong-number tests #353
- binary N/A (deprecated)
- bob Sync test inputs for bob #385
- difference-of-squares N/A (good as-is)
- gigasecond Sync gigasecond tests and stub #367
- grains N/A (good as-is)
- hamming Sync hamming tests and update stub #368
- hello-world N/A (good as-is)
- leap Sync tests for 'leap' exercise with canonical tests #228
- luhn Sync tests for luhn and update stub #384
- nucleotide-count Sync nucleotide-count tests #357
- pangram Sync pangram tests #358
- perfect-numbers N/A (good as-is)
- raindrops Sync raindrops tests #354
- rna-transcription N/A (good as-is)
- robot-name N/A (no canonical tests)
- roman-numerals Sync roman-numerals tests #356
- run-length-encoding N/A (good as-is)
- trinary N/A (deprecated)
- two-fer N/A (good as-is)