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.
Updated python random tests with human-readable strings
You are right, sorry for the arrogance, I am a rookie, so I guess it was rookie mistake XD
Could you elaborate? Maybe give some examples of the input, the expected value and the value you think it should be?
js is not right sorting
The inputs are lists, but the random name generation is not limited to letters so there're a lot of brackets, carets, slashes etc. inside those strings.
Thank you for the quick answer. Sorry for the spoiler, first time I ask a question here. My problem is that - if my understanding is correct - the input should be 2 lists. The random test I posted is (I think) an input, but it does not have two lists. It has 127 of this symbol "[" and 336 of "]". I tried to check it it with other methods as well, all resulted that that input is not a list of lists. It seems to me just a very long string. So that's why I have issues with the test.
The random test generation (at leas in Python) is completely insane - the inputs are a huge mess of random characters (including non-alphabetical ones!), and just a couple error messages are enough to fill the buffer.
The tests should be working alright, and I think the problem is in your code. Unfortunately, the random test generation is totally insane, and you will have to post your solution marked as a spoiler here if you want somebody to help you.
I also marked your comment as a spoiler so that this huge error message is not displayed on the dashboard.
This comment is hidden because it contains spoiler information about the solution