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

Added testing file for get_total_tasks() #116

Closed nhoshows closed 3 days ago

nhoshows commented 3 days ago

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