forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Description
Activity
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
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.