From ca9dc2863f65884778d654447ab0fff044e5a325 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Wed, 3 Aug 2022 12:01:55 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E3=82=B3?= =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=83=88=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/crm-datafetch/tests/conftest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ecs/crm-datafetch/tests/conftest.py b/ecs/crm-datafetch/tests/conftest.py index 5f2e0073..55ade88c 100644 --- a/ecs/crm-datafetch/tests/conftest.py +++ b/ecs/crm-datafetch/tests/conftest.py @@ -33,10 +33,6 @@ def pytest_html_report_title(report): report.title = "CRMデータ連携 CRMデータ取得機能 単体機能テスト結果報告書" -# # def pytest_configure(config): -# # config._metadata["結果確認者"] = "" # Version情報を追加 - - def pytest_html_results_table_header(cells): del cells[2:] cells.insert(3, html.th("Cases"))