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.
2 parents 68053a2 + 1f7d3ce commit 6de27cdCopy full SHA for 6de27cd
pytest_reportportal/listener.py
@@ -46,6 +46,7 @@ def pytest_runtest_makereport(self):
46
)
47
48
if report.when == 'setup':
49
+ self.result = None
50
if report.failed:
51
# This happens for example when a fixture fails to run
52
# causing the test to error
0 commit comments