issues
search
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
fix: added test_update_task
#112
Open
rtherrie
opened
3 days ago
rtherrie
commented
3 days ago
Added testing for the update_task method issue #84
Testing the following things:
output contains new task name after updating task
empty task list case
task number outside of the range of the number of tasks
task number less than 0
task number that is not an integer
empty task case
Testing the following things: