ModuleNotFoundError:No module named 'models' #11136
Unanswered
ArshiyaDev
asked this question in
Q&A
Replies: 1 comment
-
Hi, This is a problem with your setup, make sure to follow Good Integration Practices such as installing your project with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
project/
├── docs/
├── src/
│ ├── models/
│ │ └── domain/
│ │ └── businesses.py
│ └── tests/
│ └── units/
│ └── test_businessesmodel.py
└── ...
Hello when cd to tests/units after that run pytest test_businessesmodel.py i got error no module anemd models i add init.py file to tests and units but again i get this error can somebody help me ?
Beta Was this translation helpful? Give feedback.
All reactions