Metadata-Version: 1.1
Name: scripttest
Version: 1.3
Summary: Helper to test command-line scripts
Home-page: https://scripttest.readthedocs.io/en/stable/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Description-Content-Type: UNKNOWN
Description: scripttest
        ==========
        
        .. image:: https://img.shields.io/pypi/v/scripttest.svg
            :target: https://pypi.python.org/pypi/scripttest/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/travis/pypa/scripttest/master.svg
            :target: http://travis-ci.org/pypa/scripttest
            :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 <https://github.com/pypa/scripttest>`_.
        * The `documentation <https://scripttest.readthedocs.io/>`_.
        
Keywords: test unittest doctest command line scripts
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
