You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with running tests. Below is the error when running > pytest test/test_login.py
I have compared my files and directory structure to the repo and cannot see what I'm missing.
ImportError while loading conftest 'D:\Documents\Python\PacktFastAPI\planner\tests\conftest.py'.
tests\conftest.py:5: in
from main import app
E ModuleNotFoundError: No module named 'main'