forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add filter based on pytest marks to Test Explorer #20350
Copy link
Copy link
Open
Labels
area-testingcommunity askFeature request that the community expressed interest inFeature request that the community expressed interest infeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisions
Metadata
Metadata
Assignees
Labels
area-testingcommunity askFeature request that the community expressed interest inFeature request that the community expressed interest infeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisions
Type
Fields
Give feedbackNo fields configured for issues without a type.
So the idea comes from this discussion.
Current state: I have only filter by text, !exclude and @tags.
Desirable state: as developer and tester I want to filter tests with specified pytest marks to easily run from vscode.