summaryrefslogtreecommitdiff
path: root/test/python/docker/conftest.py
blob: c63780fa8d01e762a5793c4c40812eb3553e2dea (plain)
1
2
3
4
5
6
7
8
"""
Configure pytest
"""


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