You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runpytest
in terminal, everything is ok. And i can findmocker
in terminal message when i runpytest --fixtures
.The text was updated successfully, but these errors were encountered: