diff options
Diffstat (limited to 'test/apiv2/python/conftest.py')
| -rw-r--r-- | test/apiv2/python/conftest.py | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/test/apiv2/python/conftest.py b/test/apiv2/python/conftest.py new file mode 100644 index 000000000..54a267049 --- /dev/null +++ b/test/apiv2/python/conftest.py @@ -0,0 +1,8 @@ +""" +Configure pytest +""" + + +def pytest_report_header(config): +    """Add header to report.""" +    return "python client -- requests library" | 
