Ad
  • Custom User Avatar

    .

  • Custom User Avatar

    yay thats look cool! a bug tho: 'all chars' calls wrong generator

  • Custom User Avatar
    • It("", func() { - I would suggest using non-empty titles, even if they would be a repeated title of a Describe block. I am not sure if the fallback value is specified and guaranteed to be provided.
    • While assertion message provides descriptive values for expected and actual values, these two do not make life easier for users and do not help with recreating failing test cases and debugging users solutions. I would suggest using assertion messages, or some other means if found to work better, to present inputs fed by tests into user solution, like in the example shown by akar-0 below. This way, the output would be something like:
    Incorrect answer for input="gykjgljgvyvkyuhl8nGCPakytfti;iouihmnjghyiukoi"
    Expected
        <string>: "...8nGCPakytft..."
    to equal               |
        <string>: "...8nGCPkytfts..."
    

    what would hopefully make reacting to failures easier for users.

  • Default User Avatar

    'alr approved some time ago'