Process

Process is a testing-friendly implementation of (sub)process spawning.

Its API is inspired loosely by Rust’s std::process::Command.

Installation

Installation is as usual with pip.

You can find process on PyPI:

$ pip install --user process