Skip to content

Folder in file explorer cannot be expanded (Send unnormalized file paths from the pytest adapter) #6758

Closed
@karrtikr

Description

@karrtikr

The extension code expects adapter to return unnormalized file paths, but the adapter is returning after normalizing paths.

This causes a problem in windows. Consider the following file path sent from the adapter.
c:\users\user\documents\test-venv\tests\test_a.py
The actual file path is c:\Users\User\Documents\test-venv\Tests\test_a.py

Metadata

Metadata

Labels

area-testingbugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityregressionBug didn't exist in a previous release

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions