style: 不要なコメント削除
This commit is contained in:
parent
33a608a4b3
commit
ca9dc2863f
@ -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"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user