File: control

package info (click to toggle)
python-logassert 6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: python: 623; makefile: 3; sh: 1
file content (20 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-logassert
Maintainer: IƱaki Malerba <inaki@malerba.space>
Section: python
Priority: optional
Standards-Version: 4.5.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 python3-all,
Vcs-Git: https://salsa.debian.org/ina/python-logassert.git
Vcs-Browser: https://salsa.debian.org/ina/python-logassert
Homepage: https://github.com/facundobatista/logassert

Package: python3-logassert
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Simple log assertion mechanism for Python unittests
 python-logassert provides a simple way to test logging calls on
 a Python package tests.