DEBSOURCES
Skip Quicknav
sources / podman / 5.7.0%2Bds2-3 / test / apiv2 / python / conftest.py
12345678
""" Configure pytest """ def pytest_report_header(config): """Add header to report.""" return "python client -- requests library"