From a8868d14b995de1f6b179826d9f95ebb8e568389 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Fri, 19 Aug 2022 12:50:38 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=E6=8E=A8=E5=A5=A8=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/crm-datafetch/.vscode/recommend_settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ecs/crm-datafetch/.vscode/recommend_settings.json b/ecs/crm-datafetch/.vscode/recommend_settings.json index 4fd1fddf..873f9075 100644 --- a/ecs/crm-datafetch/.vscode/recommend_settings.json +++ b/ecs/crm-datafetch/.vscode/recommend_settings.json @@ -13,7 +13,10 @@ "python.linting.flake8Args": ["--max-line-length=150", "--ignore=F541"], "python.formatting.provider": "autopep8", "python.formatting.autopep8Args": ["--max-line-length", "150"], - "python.testing.pytestArgs": ["tests", "--ignore=tests/test_walk_through.py"], + "python.testing.pytestArgs": [ + "tests" + // "--walk-through" // 一気通貫テストを行いたい場合はコメントを外す + ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true }