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