github.com/containers/podman/v5@v5.1.0-rc1/test/apiv2/python/conftest.py (about) 1 """ 2 Configure pytest 3 """ 4 5 6 def pytest_report_header(config): 7 """Add header to report.""" 8 return "python client -- requests library"