Ad
  • Default User Avatar

    why only two invalid cases are 'True should equal False', when other 336 cases are passed? i am using python

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Previous update in C# does not use backward compatibility in changing method name (Please refer to implementation of backward compatibility here )

  • Custom User Avatar

    C: No tests for valid 0 like e.g. "127.0.0.1"
    Random tests only test completely random garbage instead of could-be-ip-but-violate-some-rules.

  • Custom User Avatar

    a couple of issues with the kata - not super important; just made getting started difficult

    test cases reference "IsValidIp", while the solution itself has a main method of "is_valid_IP"
    parameter is spelled "ipAddres" instead of "ipAddress"

    otherwise, good kata :)

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    net.ParseIP() got a bug in 1.12
    patched versions: 1.16 and 1.17

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    The description states that octets with leading zeros are considered invalid. This is not tested on submission.

  • Default User Avatar

    PowerShell translation Kumited! :)

    I tried to strengthen the random tests, as they weren't really random before. Any feedback is appreciated, I'm doing lots of PowerShell translations to practice and improve my Pester tests.

  • Loading more items...