Skip to content

Utilities to help with testing command line scripts

Notifications You must be signed in to change notification settings

pypa/scripttest

Repository files navigation

scripttest

Latest Version Build Status

scripttest is a library to help you test your interactive command-line applications.

With it you can easily run the command (in a subprocess) and see the output (stdout, stderr) and any file modifications.