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 ...
For example usage, we encourage you to checkout the scripts in the examples folder and in the tests folder. The examples folder contains two scripts showing typical usage. The script simpleExample.py ...