Please organize the structure of test fixture as following (although it has been mentioned in the attached link, I'm repeated here again)
describe"<This message should describe the categories of test groups inside this block>"doit"<A short message describing this test group>"doexpect(...).toeq(...) #Assertions#Or Test.assert_equals(user_response, reference_response)endend
Lua translation is available with large Autotests.
I do not like when any kind of test fails, so at the solution setup I add kind of dump to pass test for a while:
Enabled in this fork
Nice Kata
great kata..
Ruby 3.0 should be enabled, read this to learn how to do it
Please organize the structure of test fixture as following (although it has been mentioned in the attached link, I'm repeated here again)
Thank you edwin0258, without your comment I don't think I would've figured out the pattern you need to know to solve this.
Honestly, this is the most bad written kata I have ever seen!
Description is way to vague...
Once you sort odd and even numbers, you don't "glue" the list.
You have to place odd numbers where odds used to be in original list and even numbers in their respective positions.
Lua translation is available with large Autotests.
I do not like when any kind of test fails, so at the solution setup I add kind of dump to pass test for a while:
Review and approve, please.
Thank you
Ruby translation kumited, including clearer description. Please check and approve
Already approved
Can you explain why shift is needed after the sort fo the array?
Thanks!
Haskell translation
( Author is inactive. Power users welcome. )
Wondering if this can be done with a smart comparator.
Loading more items...