An open API service indexing awesome lists of open source software.

https://github.com/pypa/scripttest

Utilities to help with testing command line scripts
https://github.com/pypa/scripttest

Last synced: 4 months ago
JSON representation

Utilities to help with testing command line scripts

Awesome Lists containing this project

README

        

scripttest
==========

.. image:: https://img.shields.io/pypi/v/scripttest.svg
:target: https://pypi.python.org/pypi/scripttest/
:alt: Latest Version

.. image:: https://github.com/pypa/scripttest/actions/workflows/ci.yaml/badge.svg
:target: https://github.com/pypa/scripttest/actions/workflows/ci.yaml
:alt: 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.

* The `source repository `_.
* The `documentation `_.