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.
some python test cases
Test.describe("Basic tests")
Test.assert_equals(domain_name("http://github.com/carbonfive/raygun"), "github")
Test.assert_equals(domain_name("http://www.zombie-bites.com"), "zombie-bites")
Test.assert_equals(domain_name("https://www.cnet.com"),"cnet")
So I have a python verison of this as a Kumite here. If that is of interest let me know
Testing for 'Xu' to 'WHU'
✘ 'WHU=' should equal 'WHU'
Python tests are broken on random - how do I suggest (or submit) a fix for them?