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

Add test for remove_due_date #117

Closed JFBStorm closed 3 days ago

JFBStorm commented 3 days ago

Pull request for remove_due_date. Checks for invalid task num, and if no due date exists on a task.

Issue #83