File: control

package info (click to toggle)
cram 0.7-1%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 328 kB
  • sloc: python: 908; makefile: 56; sh: 20
file content (38 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download
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.