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.
Using Python - I keep getting this error from your test cases:
Traceback:
in
TypeError: howManyLightsabersDoYouOwn() missing 1 required positional argument: 'name'
This comment is hidden because it contains spoiler information about the solution
Thanks for the insight! I updated description and added some tests to deal with whitespace handling (before/after) words.
The description states that there is no punctuation. I will update description and test to handle punction.
Awesome! Just merged it in. Thanks :)
wrong reply!
Awesome! Just merged it in. Thanks :)
I just added in my solution to the advanced tests and updated the test case.
I appreciate the help with getting this set up properly. It's my first kata so sorry for the mistakes. Is there anything else I am missing or can do to make this better for others?
Got it.
I updated all the tests to be
assertEquals
rather thanexpect
- still new to testing.. Thanks for the tip!Can you explain a bit further?
Added some random test cases! - Thanks for the input.
Thanks for the input! Added some more tests
For me, Javascript