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.
Python new test framework is required
Should have fixed and sample tests where attribute name contains the substring
cls
python new test framework is required. updated in this fork
image link is broken in description.
As mentioned by other commenters, currently, correct solutions will not pass the tests because they no longer accurately represent the articles.
Without dynamic tests which account for updates to the Wikipedia articles, this problem will repeat itself forever (until some future date when Wikipedia itself dies).
review it it's invalid TC now
tests are not dynamic there are new links in urls
For LC: To make things worse, because all asserts are written in a single
it
, it's impossible to see which assertion failed. I do not think that's acceptable.The brand spanking new JavaScript translation uses Node and test framework versions from yesteryear. Missed a chance there. I'd suggest upgrading.
Some tests have
.
for values greater than 127.there is either an overspecification or a lack of test about the end of the program. Compare my solution with yours, for example. => is it possible to go to a negative index for the pointer at any other moment or not? If not, you should talk about it. If it can, that needs to be tested (in the random tests too)