API Reference ============= The main entrypoint class for all ``fake_subprocess`` operations is the ``FakeProcess`` class. This class is instantiated and returned when the ``fake_subprocess`` fixture is being used. .. autoclass:: pytest_subprocess.core.FakeProcess :members: