PATH issue with pytest 'ImportError: No module named YadaYadaYada'

前端 未结 20 2362
孤独总比滥情好
孤独总比滥情好 2020-11-22 07:10

I used easy_install to install pytest on a mac and started writing tests for a project with a file structure likes so:

repo/
repo/app.py
repo/settings.py
rep         


        
20条回答
  •  粉色の甜心
    2020-11-22 07:27

    I had a similar issue. pytest did not recognize a module installed in the environment I was working in.

    I resolved it by also installing pytest into the same environment.

提交回复
热议问题