-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vscode PyTest - TypeError: Cannot read property '$' of undefined #243
Comments
Just happened to me as well. It was working fine previously, I then did a git rebase which included changing dev dependencies in Pipfile (pipenv). After the pipenv install --dev, I restarted vscode and this error starting showing up when running my tests (pytest). Version: 1.37.1 (system setup) |
Just happened to me too. Version: 1.37.0 |
Same issue here. It seems it is the python extension:
|
@asherf: Thanks, downgrading pytest to 5.0.1 does the trick. I guess we can close this one? |
Shouldn't this plugin work with the latest version of pytest? |
The plug-in should work with the latest version of pytest, and that can be solved in the plug-in repo. Closing this as there is no issue with VSCodium here. |
Describe the bug
while trying to configure and run a PyTest via vscodium, I struck across the following error.
TypeError: Cannot read property '$' of undefined
While it seems the test case ran nicely, however, the final output has a specific error message as shown above.
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Python: Discover Tests
and choose test directory appropriately and then run them.TypeError: Cannot read property '$' of undefined
Expected behavior
Notice the error message which says
TypeError: Cannot read property '$' of undefined
Screenshots
![Screenshot 2019-08-16 at 12 43 44 PM](https://user-images.githubusercontent.com/39687188/63150083-8a687280-c023-11e9-9ba6-3f5a08b6f1fb.png)
Desktop (please complete the following information):
Additional context
Log Messages on
Toggle Developer Tools
ConsoleThe text was updated successfully, but these errors were encountered: