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.
Seems the Java test is not working. It keeps complaining about the 'is' symbol not found. But the test works find in my machine.
I guess the package org.hamcrest is not supported here.
/MorseCodeDecoderTest.java:9: error: cannot find symbol
assertThat(MorseCodeDecoder.decodeMorse(MorseCodeDecoder.decodeBits("1100110011001100000011000000111111001100111111001111110000000000000011001111110011111100111111000000110011001111110000001111110011001100000011")), is("HEY JUDE"));
^
symbol: method decodeMorse(String)
location: class MorseCodeDecoder
1 error
Same issue, seems this kata is not working for python?