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

Last updated: May 20,2024

1. Install "python3-pytest-catchlog" package

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

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

2. Uninstall "python3-pytest-catchlog" package

Please follow the guidance below to uninstall python3-pytest-catchlog on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-pytest, python3-py, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pytest-catchlog/python3-pytest-catchlog_1.2.1-1_all.deb
Size: 9894
MD5sum: 5837b050379235938bde25ef5c71a763
SHA1: de1ad26cdd2340785e3517ce3431c4def012ce36
SHA256: 7861e28ceaf702c507e86676bc8bba5e1339d3deddcbdbc96755fac0f108e47a
Description-en: 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.
Description-md5: 059e6a3c10a14c1106869bcb4c280473
Homepage: https://github.com/eisensheng/pytest-catchlog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu