Skip to content

pytest-dev/pytest-pastebin

Repository files navigation

pytest-pastebin

PyPI version See Build Status on GitHub Actions

Submit pytest failure or test session information to a pastebin service.

The pastebin service used is https://bpa.st/.

This plugin has been extracted from pytest's core in version 9.1.0.

Installation

You can install "pytest-pastebin" via pip from PyPI:

$ pip install pytest-pastebin

Usage

$ pytest --pastebin=failed  # Send failed info to bpa.st pastebin service
...
pastebin session-log: https://bpa.st/show/QUUX

$ pytest --pastebin=all     # Send all info to bpa.st pastebin service
...
pastebin session-log: https://bpa.st/show/THUD

License

Distributed under the terms of the MIT license, "pytest-pastebin" is free and open source software.

About

Submit pytest failure or test session information to a pastebin service

Resources

License

Stars

Watchers

Forks

Contributors

Languages