podman-build/test/python/docker/conftest.py
2025-10-11 12:30:35 +09:00

9 lines
136 B
Python

"""
Configure pytest
"""
def pytest_report_header(config):
"""Add header to report."""
return "python client -- DockerClient"