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.
report.longreprtext
str(report.longrepr)
report.longrepr
1 parent 9cf8c26 commit dae2eb5Copy full SHA for dae2eb5
pytest_reportportal/plugin.py
@@ -23,7 +23,7 @@ def pytest_runtest_makereport(self, item, call):
23
report = (yield).get_result()
24
25
if report.longrepr:
26
- PyTestService.post_log(cgi.escape(str(report.longrepr)), logging.ERROR)
+ PyTestService.post_log(cgi.escape(report.longreprtext), logging.ERROR)
27
28
if report.when == "setup":
29
0 commit comments