File: control

package info (click to toggle)
python-coverage 4.2%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,352 kB
  • ctags: 2,233
  • sloc: python: 16,048; ansic: 1,163; makefile: 184; sh: 162; xml: 42
file content (42 lines) | stat: -rw-r--r-- 838 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
39
40
41
42
# debian/tests/control
# Control file for Debian ‘autopkgtests’.
# Documentation: ‘/usr/share/doc/autopkgtest/README.package-tests.rst.gz’

Tests: smoke-python2
Depends:
    python-pkg-resources,
    python-coverage

Tests: smoke-python3
Depends:
    python3-pkg-resources,
    python3-coverage

Test-Command:
    links -dump /usr/share/doc/python-coverage-doc/html/index.html > /dev/null
Depends:
    python-coverage-doc,
    links

Test-Command:
    file /usr/share/doc/python-coverage-doc/html/index.html | grep -q 'HTML document'
Depends:
    python-coverage-doc,
    file

Tests: entry-point-scripts
Depends:
    python3-coverage,
    python-coverage

Tests: module-scripts
Depends:
    python3-coverage,
    python-coverage


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :