summaryrefslogtreecommitdiff
path: root/test/python/docker/conftest.py
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-01 15:20:38 -0500
committerGitHub <noreply@github.com>2022-03-01 15:20:38 -0500
commitf0c6114a3949a4b1617c5472e70e933fa2bd5c82 (patch)
tree6a9bbe929dd0b726a46b223c2b93e065f1d0034c /test/python/docker/conftest.py
parent8bdda91ab738d634528259581c8adebe1db007b4 (diff)
parent7729afe9793632673c978b347ccbd999b5152042 (diff)
downloadpodman-f0c6114a3949a4b1617c5472e70e933fa2bd5c82.tar.gz
podman-f0c6114a3949a4b1617c5472e70e933fa2bd5c82.tar.bz2
podman-f0c6114a3949a4b1617c5472e70e933fa2bd5c82.zip
Merge pull request #13380 from jwhonce/wip/docker-py
Refactor docker-py compatibility tests
Diffstat (limited to 'test/python/docker/conftest.py')
-rw-r--r--test/python/docker/conftest.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/python/docker/conftest.py b/test/python/docker/conftest.py
new file mode 100644
index 000000000..c63780fa8
--- /dev/null
+++ b/test/python/docker/conftest.py
@@ -0,0 +1,8 @@
+"""
+Configure pytest
+"""
+
+
+def pytest_report_header(config):
+ """Add header to report."""
+ return "python client -- DockerClient"