10000 Support an output stream from the testing adapter script. · Issue #6594 · microsoft/vscode-python · GitHub
[go: up one dir, main page]

Skip to content
Support an output stream from the testing adapter script. #6594
@ericsnowcurrently

Description

@ericsnowcurrently

Currently the pytest adapter captures the pytest stdout (and hides it unless there's an error) and write the JSON results to stdout. The extension then parses this output and incorporates the results.

An alternate approach would be to connect a socket to the script and push results out over that socket. This would add complexity, but provides a number of benefits:

Metadata

Metadata

Assignees

Labels

area-testingdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked on

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0