Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic run result in test explorer for pytest #21148

Closed
eleanorjboyd opened this issue Apr 28, 2023 · 1 comment
Closed

Dynamic run result in test explorer for pytest #21148

eleanorjboyd opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
area-testing bug Issue identified by VS Code Team member as probable bug on-testplan Added to test plan
Milestone

Comments

@eleanorjboyd
Copy link
Member

Currently in the pytest rewrite all tests are run, then their data is collected, and then the results are all sent back to vscode as a single payload. This needs to be corrected so each time a test is run the data is sent back to VS Code for a dynamic run result experience.

@eleanorjboyd eleanorjboyd added bug Issue identified by VS Code Team member as probable bug area-testing labels Apr 28, 2023
@eleanorjboyd eleanorjboyd added this to the May 2023 milestone Apr 28, 2023
@eleanorjboyd eleanorjboyd self-assigned this Apr 28, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 28, 2023
@eleanorjboyd eleanorjboyd removed the triage-needed Needs assignment to the proper sub-team label Apr 28, 2023
@eleanorjboyd eleanorjboyd modified the milestones: May 2023, June 2023 May 31, 2023
eleanorjboyd added a commit that referenced this issue Jun 23, 2023
@github-actions github-actions bot added the on-testplan Added to test plan label Jun 26, 2023
@bpartridge
Copy link

For those coming across this but still seeing results coming all-at-once when running against your codebase, you may have an old version of pytest installed. Pytest 6.2.5 doesn't seem to support streaming results, but Pytest 7.4.0 works perfectly!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing bug Issue identified by VS Code Team member as probable bug on-testplan Added to test plan
Projects
None yet
2 participants