Skip to content

Commit 4209700

Browse files
eleanorjboydCopilot
andcommitted
Shorten testing framework support documentation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ec5da61 commit 4209700

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)