Description
Runs pytest tests in isolated forked subprocesses. It helps suites contain crashes, global state pollution, and tests that cannot safely share one Python process.
Forked tests still execute project code and may touch files, network, or services. Keep test isolation and cleanup explicit.