Getting the correct answer but it keeps saying "Tests failed: 1, passed: 0
esting started at 5:59 PM ...
Launching unittests with arguments python -m unittest
Error
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/loader.py", line 34, in testFailure
raise self._exception
ImportError: Failed to import test module: test_task
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/loader.py", line 154, in loadTestsFromName
module = import(module_name)
^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'tests.test_task'
Getting the correct answer but it keeps saying "Tests failed: 1, passed: 0 esting started at 5:59 PM ... Launching unittests with arguments python -m unittest
Error Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/loader.py", line 34, in testFailure raise self._exception ImportError: Failed to import test module: test_task Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/unittest/loader.py", line 154, in loadTestsFromName module = import(module_name) ^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'tests.test_task'
Ran 1 test in 0.003s
FAILED (errors=1)
Process finished with exit code 1