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.
test_empty_tasks() : tests when the tasks list is empty
test_one() : tests with one task in list
test_large() : creates a large set of tasks and tests
test_deletion() : creates 3 tasks, deletes 1 task
test_all_deletion() : creates a large set of tasks and deletes all of them
Added tests for the get_total_tasks() function
test_empty_tasks() : tests when the tasks list is empty test_one() : tests with one task in list test_large() : creates a large set of tasks and tests test_deletion() : creates 3 tasks, deletes 1 task test_all_deletion() : creates a large set of tasks and deletes all of them