A replacement wrapper around the subprocess module, which provides a stub implementation of subprocess members on Google App Engine (which are missing in subprocess).
def test_subprocess_python_error_shows_summary(self): """Test that a Python error in subprocess shows error summary.""" ...