Skip to content

Conversation

LucasHBD
Copy link

@LucasHBD LucasHBD commented Oct 7, 2023

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • [ x] Documentation change?
@algorithms-keeper algorithms-keeper bot added tests are failing Do not merge until tests pass and removed tests are failing Do not merge until tests pass labels Oct 7, 2023
Comment on lines +13 to +16
>>> upper("WH[]3_aA2")
'WH[]3_AA2'
>>> upper("bomdia&compania")
'BOMDIA&COMPANIA'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel that these cases don't add much additional value because they don't really test any cases that the previous tests don't already cover. Instead, could we have a test for the empty string and a test for a string with no letters?

@cclauss cclauss closed this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants