Skip to content

aragilar/pytest-info-collector

Repository files navigation

Documentation Status Build Status Coverage Status Version License Wheel Format Supported versions Supported implemntations PyPI

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.