diff options
Diffstat (limited to 'test/python/docker/conftest.py')
-rw-r--r-- | test/python/docker/conftest.py | 8 |
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" |