Source: cram
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python3-all,
               python-coverage,
               python3-coverage
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/python-team/modules/cram
Vcs-Git: https://salsa.debian.org/python-team/modules/cram.git
Homepage: https://bitheap.org/cram/

Package: python-cram
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Provides: ${python:Provides}
Description: functional testing framework for command line applications - Python 2.x
 Cram tests look like snippets of interactive shell sessions. Cram runs each
 command and compares the command output in the test with the command's actual
 output.
 .
 This package provides the Python 2.x version.

Package: python3-cram
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: functional testing framework for command line applications - Python 3.x
 Cram tests look like snippets of interactive shell sessions. Cram runs each
 command and compares the command output in the test with the command's actual
 output.
 .
 This package provides the Python 3.x version.
