Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: prettier subprocess output in test log (#5485)
Clean subprocess output so that: - one line of output is just one line without a linebreak - like shells handle `echo subshell says: $(echo foo)` - multiple lines are indented like other pytest output - error output is dedented and then indented to be like other pytest output Minor readability changes remove friction.
- Loading branch information
a3c82f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2318 tests run: 2196 passed, 0 failed, 122 skipped (full report)
Code coverage (full report)
functions
:52.5% (8119 of 15469 functions)
lines
:81.2% (47489 of 58499 lines)
a3c82f1 at 2023-10-05T20:57:25.912Z :recycle: