Skip to content

Commit 61ab605

Browse files
committed
cleaning up
1 parent d261cc7 commit 61ab605

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

qtp_job_output_folder/tests/test_summary.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ def test_summary(self):
6767
with open(html_fp) as html_f:
6868
html = html_f.read()
6969

70-
print('-----------')
71-
print(html.split('\n'))
72-
print('-----------')
73-
print('-----------')
74-
print(EXP_HTML.format(aid=aid).split('\n'))
75-
print('-----------')
76-
print('-----------')
77-
7870
self.assertCountEqual(
7971
html.split('\n'), EXP_HTML.format(aid=aid).split('\n'))
8072

0 commit comments

Comments
 (0)