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

Issue 8 list tasks numeric #91

Open mstump7 opened 4 days ago

mstump7 commented 4 days ago

i tried my best to ask a test file for the method i did list_tasks_numeric

mstump7 commented 4 days ago

this is my input and output and i have no idea what im doing anymore python3 -m unittest test_list_tasks_numeric.py E

ERROR: test_list_tasks_numeric (unittest.loader._FailedTest.test_list_tasks_numeric)

ImportError: Failed to import test module: test_list_tasks_numeric Traceback (most recent call last): File "/usr/lib/python3.12/unittest/loader.py", line 137, in loadTestsFromName module = import(module_name) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/mod21_TodoList_CTI/test_list_tasks_numeric.py", line 2, in from TodoList import TodoList ModuleNotFoundError: No module named 'TodoList'


Ran 1 test in 0.000s

FAILED (errors=1)