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 71d6727 commit 15455dbCopy full SHA for 15455db
qtp_job_output_folder/tests/test_summary.py
@@ -63,8 +63,8 @@ def test_summary(self):
63
# cleaning artifact files, to avoid errors
64
[self._clean_up_files.extend(ff['filepath'])
65
for f in res['files'].values() for ff in f]
66
+ print(self._clean_up_files)
67
html_fp = res['files']['html_summary'][0]['filepath']
- self._clean_up_files.append(html_fp)
68
with open(html_fp) as html_f:
69
html = html_f.read()
70
0 commit comments