mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
9 lines
136 B
Python
9 lines
136 B
Python
|
|
"""
|
||
|
|
Configure pytest
|
||
|
|
"""
|
||
|
|
|
||
|
|
|
||
|
|
def pytest_report_header(config):
|
||
|
|
"""Add header to report."""
|
||
|
|
return "python client -- DockerClient"
|