mirror of
https://github.com/containers/podman.git
synced 2025-07-25 17:20:20 +08:00
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>
This commit is contained in:
8
test/apiv2/python/conftest.py
Normal file
8
test/apiv2/python/conftest.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
Configure pytest
|
||||
"""
|
||||
|
||||
|
||||
def pytest_report_header(config):
|
||||
"""Add header to report."""
|
||||
return "python client -- requests library"
|
Reference in New Issue
Block a user