summaryrefslogtreecommitdiff
path: root/test/apiv2/python/conftest.py
blob: 54a267049022a162ae94108064d526c24f1daee3 (plain)
1
2
3
4
5
6
7
8
"""
Configure pytest
"""


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