COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 1 forks source link

Testing delete_task #108

Closed elocke24 closed 4 days ago

elocke24 commented 4 days ago

testing the functionality of the delete_task method on deleting from an empty list, normal deleting, and deleting out of range. Purest did not handle entering a char so I tossed it.