-
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
Test explorer not showing tests #24647
Comments
I experience the same issue (at least the same error message is displayed). For me, the exception is triggered by vscode-python/src/client/testing/testController/common/utils.ts Lines 198 to 201 in de988ff
So perhaps add a safety check there (and print a debug message to figure our why the line number is negative in the first place)? |
see #24656, apologies for this issue |
I'm still seeing the same behavior after updating to 2024.22.2
|
To clarify you are on a linux remote machine ? But you are connecting from a windows machine? What is your connection type? |
Correct. I connect from a Windows machine to a linux development environment running in EKS (runs in coder) |
Type: Bug
Behaviour
Tests not showing in test explorer.
Steps to reproduce:
Create test file in python project directory
Refresh test explorer. The structure to
test_thing.py
shows, but no enclosed tests.Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2024.22.0
VS Code version: Code 1.96.0 (138f619c86f1199955d53b4166bef66ef252935c, 2024-12-11T02:29:09.626Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Remote OS version: Linux x64 6.1.109-118.189.amzn2023.x86_64
python.languageServer
setting: DefaultUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: unavailable_software
webnn: unavailable_software
A/B Experiments
The text was updated successfully, but these errors were encountered: