python-beginner-programming-exercises
python-beginner-programming-exercises copied to clipboard
Fix: Renamed duplicate test function, added assertion messages for cl…
This fixes a duplicate test function name in test.py that broke compatibility with pytest. I also added assertion messages to improve debugging clarity. This preserves the original intent of the test while improving compatibility and maintainability for future contributors.