How do I structure my python project such that my test files can import the packages in the root folder?

后端 未结 0 610
终归单人心
终归单人心 2020-12-16 05:13

I would like to integrate pytest into my workflow. I made a following folder structure:

myproject
├── venv
└── src
    ├── foo
    │   ├── __         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题