reportportal / agent-python-pytest

Framework integration with PyTest
Apache License 2.0
94 stars 103 forks source link

Add support for thread logs #320

Closed dagansandler closed 1 year ago

dagansandler commented 1 year ago

This comes as a solution for #310 which was closed due to limitations in the python threading module.

HardNorth commented 1 year ago

@dagansandler Wow, that's tricky! Thank you!