style: 不要なコメント削除

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-03 12:01:55 +09:00
parent 33a608a4b3
commit ca9dc2863f

View File

@ -33,10 +33,6 @@ def pytest_html_report_title(report):
report.title = "CRMデータ連携 CRMデータ取得機能 単体機能テスト結果報告書" report.title = "CRMデータ連携 CRMデータ取得機能 単体機能テスト結果報告書"
# # def pytest_configure(config):
# # config._metadata["結果確認者"] = "" # Version情報を追加
def pytest_html_results_table_header(cells): def pytest_html_results_table_header(cells):
del cells[2:] del cells[2:]
cells.insert(3, html.th("Cases")) cells.insert(3, html.th("Cases"))