pytest_info_collector is a plugin for pytest providing a fixture for collecting information from tests and displaying it, independent of the test status.
A simple example of this is:
def test_single(test_info): test_info("A simple test")
which would display "A simple test" at the end of the tests. Further documentation can be found at https://pytest-info-collector.readthedocs.io.
Bug reports and suggestions should be filed at https://github.com/aragilar/pytest-info-collector/issues.