1 2 3 4 5 6 7 8
""" Configure pytest """ def pytest_report_header(config): """Add header to report.""" return "python client -- requests library"