1
0
mirror of https://github.com/containers/podman.git synced 2026-02-06 00:45:10 +01:00
Files
podman/test/apiv2/python/conftest.py
Jhon Honce dca2e7924b Move all python tests to pytest
* Add configuration to add report header for python client used in tests
* Move report headers into the individual test runners vs runner.sh

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2022-03-04 10:35:29 -07:00

9 lines
140 B
Python

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