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.
You can install "pytest-pastebin" via pip from PyPI:
$ pip install pytest-pastebin
$ 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
Distributed under the terms of the MIT license, "pytest-pastebin" is free and open source software.