File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,30 +101,7 @@ Learn more about the rich features of the Python extension:
101101
102102### Testing framework support
103103
104- The Python extension provides built-in integration with the VS Code Test Explorer
105- for the following Python testing frameworks:
106-
107- - ` unittest `
108- - ` pytest `
109-
110- These frameworks are directly supported through dedicated test discovery,
111- execution, and result reporting implementations.
112-
113- #### Other testing frameworks (e.g. behave)
114-
115- Additional testing frameworks such as ` behave ` (BDD / Gherkin-style testing)
116- are not currently supported out of the box.
117-
118- While these frameworks can still be executed manually via the terminal,
119- they do not integrate with the VS Code Test Explorer at this time.
120-
121- Supporting additional frameworks would require:
122- - Implementing test discovery logic
123- - Mapping results to the VS Code Testing API
124- - Long-term maintenance and ownership
125-
126- Community feedback helps prioritize which additional testing frameworks
127- may be considered for future support.
104+ ` pytest ` and ` unittest ` are supported; ` behave ` is not.
128105
129106## Supported locales
130107
You can’t perform that action at this time.
0 commit comments