Description
Adds pytest helpers for running and checking console scripts. It helps projects test installed command-line entry points, arguments, exit codes, and captured output.
Console-script tests execute real command paths. Keep commands isolated from user files and avoid running untrusted scripts outside a sandbox.