python-beginner-programming-exercises icon indicating copy to clipboard operation
python-beginner-programming-exercises copied to clipboard

Fix: Renamed duplicate test function, added assertion messages for cl…

Open Sean-Randall opened this issue 5 months ago • 0 comments

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.

Sean-Randall avatar May 17 '25 02:05 Sean-Randall