nicoddemus / pytest-rich

pytest + rich integration (proof of concept)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for other plugins to add to report header

joshuadavidthomas opened this issue · comments

If you use another pytest plugin that adds additional info to the report header, e.g. pytest-django adds a line containing information about the Django app being tested, pytest-rich doesn't display this.

We need to call pytest_report_header in order to obtain that information. 👍