The most important method is fp.register() (or register_subprocess if you prefer to be more verbose), which allows defining the fake processes behavior. The fp fixture provides context() method that ...
Execution helpers for simplified usage of subprocess and ssh. Why another subprocess wrapper and why no clear paramiko? Historically paramiko offers good ssh client, but with specific limitations: you ...