How to Install and Uninstall python-pytest-catchlog Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 01,2024

1. Install "python-pytest-catchlog" package

Please follow the steps below to install python-pytest-catchlog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pytest-catchlog

2. Uninstall "python-pytest-catchlog" package

Learn how to uninstall python-pytest-catchlog on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pytest-catchlog $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pytest-catchlog package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pytest-catchlog
Priority: optional
Section: universe/python
Installed-Size: 41
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pytest-catchlog
Version: 1.2.1-1
Depends: python-pytest, python-py, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pytest-catchlog/python-pytest-catchlog_1.2.1-1_all.deb
Size: 9814
MD5sum: f090eb186187eda328a1b946db181bd0
SHA1: 6307a9dfb03eac71a5cd2c1bbafd288bbdbb94a5
SHA256: edf5d99cdfdeba8acae3ec7d9e204e1ae5e194f9f3278a3469d941051fe1efd2
Description-en: 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.
Description-md5: 39cdb727d4cd4e4069539e4e937032c4
Homepage: https://github.com/eisensheng/pytest-catchlog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu