jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
42 stars 27 forks source link

I have the same exact answer as the solution you provided but I am still getting the problem incorrect. Functions / Parameters and call arguments #195

Open edutools-service opened 1 year ago

edutools-service commented 1 year ago

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

sofiiako commented 1 year ago

I could not reproduce this