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
- Host: GitHub
- URL: https://github.com/pypa/scripttest
- Owner: pypa
- Created: 2013-08-21T16:17:27.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T20:20:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T21:48:13.016Z (5 months ago)
- Language: Python
- Homepage: https://scripttest.readthedocs.org/
- Size: 159 KB
- Stars: 59
- Watchers: 16
- Forks: 24
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- jimsghstars - pypa/scripttest - Utilities to help with testing command line scripts (Python)
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 Statusscripttest 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 `_.