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

Updated test_add_task: added tests and fixtures #111

Closed Maryam1029 closed 3 days ago

Maryam1029 commented 4 days ago

Added to test_add_task.py five fixtures and tests. Added tests include:

*For Issue #71

Maryam1029 commented 4 days ago

test_add_task_no_name will currently fail because add_task allows empty task names to be added.

Maryam1029 commented 3 days ago

I think I fixed the test failing issue. However, there were a few issues when I was pulling and pushing, so hopefully there aren't any issues in what I pushed the second time.