Source: python-scripttest
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Malik Mlitat <mlitat88@gmail.com>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools
Homepage: http://pythonpaste.org/scripttest/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-scripttest.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scripttest

Package: python3-scripttest
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Helper to test command-line scripts - python 3.x
 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.
 .
 This package contains the Python 3.x module.
