File: PKG-INFO

package info (click to toggle)
python-scripttest 1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: python: 469; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Metadata-Version: 1.1
Name: scripttest
Version: 1.3
Summary: Helper to test command-line scripts
Home-page: http://pythonpaste.org/scripttest/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Description: scripttest
        ==========
        
        .. image:: https://pypip.in/v/ScriptTest/badge.png
                :target: https://pypi.python.org/pypi/scripttest
        
        .. image:: https://secure.travis-ci.org/pypa/scripttest.png
           :target: http://travis-ci.org/pypa/scripttest
        
        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.org/>`_.
        
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