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 33 34 35 36 37 38
|
Source: cram
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-coverage,
python3-coverage
Standards-Version: 3.9.7
Homepage: https://bitheap.org/cram/
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.1
Package: python-cram
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
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.
|