Python:unittest无法识别包
I have a Flask application that I'm trying to write unittests for. Source code can be found here if anyone wants more context. My project is in a folder called be and is structured like this:
├── __init__.py
├── app.py
├── api
│ ├── __init__.py
│ ├── a...