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 ...
The python-skeletons repository is deprecated. There is now a standard for type hints in Python: PEP 484: Type Hints for syntax and semantics of type hints The Typeshed repository for the common ...