o
    i                     @   sp   d Z ddlZejdddejdefddZejdddejdefd	d
ZejdddejdefddZdS )a  pytest-ddtrace hooks.

These hooks are used to provide extra data used by the Datadog CI Visibility plugin.

For example: module, suite, and test names for a given item.

Note that these names will affect th display and reporting of tests in the Datadog UI, as well as information stored
the Intelligent Test Runner. Differing hook implementations may impact the behavior of Datadog CI Visibility products.
    NT)firstresultitemreturnc                 C      dS )zUReturns the module name to use when reporting CI Visibility results, should be uniqueN r   r   r   \/home/ubuntu/.local/lib/python3.10/site-packages/ddtrace/contrib/internal/pytest/newhooks.py#pytest_ddtrace_get_item_module_name       r	   c                 C   r   )zSReturns the suite name to use when reporting CI Visibility result, should be uniqueNr   r   r   r   r   "pytest_ddtrace_get_item_suite_name   r
   r   c                 C   r   )zRReturns the test name to use when reporting CI Visibility result, should be uniqueNr   r   r   r   r   !pytest_ddtrace_get_item_test_name   r
   r   )__doc__pytesthookspecItemstrr	   r   r   r   r   r   r   <module>   s    



