Source: pytest-catchlog
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <debian@danielstender.com>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-py,
 python-setuptools,
 python-pytest,
 python3-all,
 python3-py,
 python3-setuptools,
 python3-pytest
Standards-Version: 3.9.6
Homepage: https://github.com/eisensheng/pytest-catchlog
Vcs-Git: git://anonscm.debian.org/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
Testsuite: autopkgtest

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.
