python-pytest-catchlog

py.test plugin to capture test log messages
  https://github.com/eisensheng/pytest-catchlog
  0
  no reviews



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.