Local → Remote Files are streamed as chunked tar batches over SSH. Remote runs tar xf - to extract on the fly Remote → Local Remote runs tar cf -, local extracts with streaming extraction — files ...
def test_subprocess_python_error_shows_summary(self): """Test that a Python error in subprocess shows error summary.""" ...