nvim-neotest / neotest-python

MIT License
126 stars 38 forks source link

Mock.patch not working #15

Closed lukerops closed 2 years ago

lukerops commented 2 years ago

when i run the pytest in the neovim, the mock patch can't find the module src.server, but when i run outside the nvim it works.

image

rcarriga commented 2 years ago

I have absolutely no idea what your project looks like or how to reproduce this. Please provide a repo so that I can reproduce

lukerops commented 2 years ago

I think its a wrong configuration of pyenv or venv :thinking: I recreated my environment and now it works