Skip to content

Commit 15455db

Browse files
committed
add debug print
1 parent 71d6727 commit 15455db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtp_job_output_folder/tests/test_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def test_summary(self):
6363
# cleaning artifact files, to avoid errors
6464
[self._clean_up_files.extend(ff['filepath'])
6565
for f in res['files'].values() for ff in f]
66+
print(self._clean_up_files)
6667
html_fp = res['files']['html_summary'][0]['filepath']
67-
self._clean_up_files.append(html_fp)
6868
with open(html_fp) as html_f:
6969
html = html_f.read()
7070

0 commit comments

Comments
 (0)