Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The changing in func name req should be removed (refer to latest issue)
Random tests should generate invalid characters too. Separate completely valid and partial invalid character-composing string in respective groups, then merge them and reshuffle.
Missing useful assertion messages
Unnecessary comments and logs should be removed
Approved by someone
approved
Crystal translation
Crystal translation
Approved!
Done!
Don't put it in a print statement, put it before the actual and expected assertions are printed
Ah, I see what you mean. I've added input in assertions finally.
Nope, there is still no
input
(input by means is thearray
), so you should do smtg like"Testing for numbers = [#{array}]"
By 1e6 / 7 did you mean "1e6 or 1e7" or "1e6 divided by 7"? I've increased values in arrays up to 1e6
Input in assertions provided for random test.
Increase the values in arrays up to 1e6 / 7
Maybe also provide the input in assertions
In JS & possibly other languages, array length should not be fixed to 5
Thanks for the remark! Should be fine now.
Arrays should not be fixed to length of 5
missing useful assertion messages in random tests
Loading more items...