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 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: pytest-catchlog
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-py,
python-setuptools,
python-pytest,
python3-all,
python3-py,
python3-setuptools,
python3-pytest,
pandoc
Standards-Version: 3.9.7
Homepage: https://github.com/eisensheng/pytest-catchlog
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-catchlog.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-catchlog.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-pytest-catchlog
Architecture: all
Depends:
python-pytest,
${misc:Depends},
${python:Depends}
Description: py.test plugin to capture test log messages
By default each captured log message shows the module, line number, log level
and message. Showing the exact module and line number is useful for testing
and debugging. If desired the log format and date format can be specified to
anything that the logging module supports.
.
This is a fork of pytest-capturelog by Meme Dough.
.
The package contains the plugin for Python 2 code.
Package: python3-pytest-catchlog
Architecture: all
Depends:
python3-pytest,
${misc:Depends},
${python3:Depends}
Description: py.test plugin to capture test log messages (Python3)
By default each captured log message shows the module, line number, log level
and message. Showing the exact module and line number is useful for testing
and debugging. If desired the log format and date format can be specified to
anything that the logging module supports.
.
This is a fork of pytest-capturelog by Meme Dough.
.
The package contains the plugin for Python 3 code.
|