We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def9dd8 commit c0d2237Copy full SHA for c0d2237
pytest_reportportal/rp_logging.py
@@ -11,6 +11,7 @@
11
12
13
def is_api_worker(target):
14
+ """Check if target is an RP worker thread."""
15
if target:
16
method_name = getattr(target, '__name__', None)
17
method_self = getattr(target, '__self__', None)
0 commit comments