DEBSOURCES
Skip Quicknav
sources / podman / 5.4.2%2Bds1-2 / test / python / docker / conftest.py
12345678
""" Configure pytest """ def pytest_report_header(config): """Add header to report.""" return "python client -- DockerClient"