github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/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"