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.
When I run sample tests I have this:
STDERR
Traceback (most recent call last):
File "main.py", line 31, in
Test.expect(results1.connected(0,7),True , "Finds Valid Path")
File "/runner/frameworks/python/cw-2.py", line 22, in expect
display('FAILED', message)
File "/runner/frameworks/python/cw-2.py", line 14, in display
type.upper(), mode.upper(), label, format_message(message)))
File "/runner/frameworks/python/cw-2.py", line 9, in format_message
return message.replace("\n", "<:LF:>")
AttributeError: 'bool' object has no attribute 'replace'
What does the test "Allow update of path" consist of?
You dont talk about update in kata's description