test console scripts with pytest
Pytest-console-scripts is a pytest plugin for running python scripts
from within tests. It's quite similar to subprocess.run(), but
it also has an in-process mode, where the scripts are executed by
the interpreter that's running pytest (using some amount of
sandboxing).

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.python.org/pypi/pytest-console-scripts
