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.
Same. Never before have I seen it used or even heard of it. Immediately down the rabbit hole!
This comment is hidden because it contains spoiler information about the solution
Never have I looked at more library documentation than when looking at your solutions. Thanks for making me get out of my comfort zone!
This comment is hidden because it contains spoiler information about the solution
That would be a big fat no. Please leave me alone in my shame. 😆
This comment is hidden because it contains spoiler information about the solution
Thank you, I will definitely do that.
Thank you both very much. Though I have ranked up to 3 kyu I am very weak on Classes and am forcing myself through all Classes tagged Kata right now.
Calling the function through lambda: now matches my Sample Test output with the Test Cases output.
In the Test Cases: the below names all fail with "Expected an error"
I run the same names list through on my Sample Tests and they all pass. No code was changed on my Solution. I am raising a ValueError on the conditions outlines in the Kata description.
I expect it to pass. It is failing. I then copied the failed tests from Test Cases to my samples, where they then pass.
I pulled the test.expect_error from a different Kata that expected exceptions. I haven't seen any documentation on the testing class.
Disregard the last reply. Not enough coffee yet.
This comment is hidden because it contains spoiler information about the solution
My function is working as demanded by the Kata description and Sample Tests, but is failing in Test Cases.
I printed the inputs that are generating failed tests and added them to my Sample Tests.
The failed inputs from the Test Cases pass when run on Sample Cases from the first attempt, but continue not working on Test Cases. There seems to be an error in the test.expect_error section of the Test Cases.
This comment is hidden because it contains spoiler information about the solution
Python test cases are broken. To debug I pulled the test class names from the test cases, ran them through on my sample tests, and all passed first shot.
Loading more items...