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.
got it, thank you
This comment is hidden because it contains spoiler information about the solution
Thank you! I just republished it. Please let me know if there is anything I still need to change.
Thank you! I accidently switched the test cases -_-
The kata is not ready for publication, I am going to unpublish it. Please follow the authoring documentation, fill in all the snippets, and then feel free to republish.
Please see if any links on this page will be helpful for you.
solution set up has not been set up
This comment is hidden because it contains spoiler information about the solution
added
added
There are no random tests.
i think its fixed
Hey @mushroomshinobi - I think you are missing the
@test.describe("calculate_height")
above thedef tests()
in the Example Test Cases (it's fine in the full Tests suite).In the bottom right side of the kata editor, look for the tab called "Example Test Cases" - and add
@test.describe("calculate_height")
above what is already there or just copy what @mauro-1 has in the post above - maybe you missed one line when copy pasting it ;)Without that, if you try to solve the kata and press "Test" you will get this message:
"Response received but no data was written to STDOUT or STDERR."
is it right now?
Loading more items...