-
-
Notifications
You must be signed in to change notification settings - Fork 3
Per-test output capture #475
Copy link
Copy link
Open
Labels
diagnosticsRelated to diagnostics and output of KarvaRelated to diagnostics and output of Karvatest-runningRelated to running tests with karvaRelated to running tests with karva
Metadata
Metadata
Assignees
Labels
diagnosticsRelated to diagnostics and output of KarvaRelated to diagnostics and output of Karvatest-runningRelated to running tests with karvaRelated to running tests with karva
Associate captured stdout/stderr with individual tests instead of interleaving everything.
Currently Python
print()output from parallel tests gets mixed together. Capturing per-test and displaying it alongside failures (like pytest's default capture behavior) would make output much more readable.