File: control

package info (click to toggle)
pytest-sugar 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: python: 812; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,070 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
Source: pytest-sugar
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-packaging,
               python3-pytest,
               python3-setuptools,
               python3-termcolor
Standards-Version: 4.2.1
Homepage: http://pivotfinland.com/pytest-sugar/
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-sugar
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-sugar.git

Package: python3-pytest-sugar
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: different output style for py.test with a progress bar
 Plugin to improve the look and feel of the py.test Python testing framework.
 .
 Changes the py.test output to show a green tick for each passing test and a
 red cross for test failures. A progress bar is displayed on the right of the
 console.
 .
 Test failures are shown immediately.