kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
117 stars 27 forks source link

Can not find mocker with pytest-mock #274

Open whg517 opened 2 years ago

whg517 commented 2 years ago

Hello ,i use this extension to test my python code.

I use pytest and pytest-mock, when i run test case, it show fixture 'mocker' not found. But i run pytest in terminal, everything is ok. And i can find mocker in terminal message when i run pytest --fixtures.