Ad
  • Custom User Avatar
  • Custom User Avatar

    just look at the sample tests, everything is there. ;)

    matching this, in the description:

    Implements a Union command that adds a connection between point p and point q

  • Custom User Avatar

    done. Plz reset the trainer.

  • Custom User Avatar

    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'

  • Custom User Avatar

    What does the test "Allow update of path" consist of?
    You dont talk about update in kata's description