Ad
  • Default User Avatar

    I think it might be worth having a basic test where you have a string that is reversed instead of only rotating strings. e.g. the first test of the submission tests.

  • Default User Avatar

    I think it would be worthwhile adding a test to see if code works for negative values for number.

    e.g. Test.assert_equals(solution(-10), -23)