From e7aea6c818a2afafc2d0fbe7656fef5ed7ca5d63 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Fri, 19 Aug 2022 12:00:26 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20VSCode=E3=81=A7=E3=83=86=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=81=99=E3=82=8B=E3=81=A8=E3=81=8D=E3=82=82=E5=8F=8E?= =?UTF-8?q?=E9=9B=86=E5=AF=BE=E8=B1=A1=E3=81=8B=E3=82=89=E9=99=A4=E3=81=84?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/crm-datafetch/.vscode/recommend_settings.json | 2 +- .../tests/{test_walkthrough.py => test_walk_through.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ecs/crm-datafetch/tests/{test_walkthrough.py => test_walk_through.py} (100%) diff --git a/ecs/crm-datafetch/.vscode/recommend_settings.json b/ecs/crm-datafetch/.vscode/recommend_settings.json index d4822731..4fd1fddf 100644 --- a/ecs/crm-datafetch/.vscode/recommend_settings.json +++ b/ecs/crm-datafetch/.vscode/recommend_settings.json @@ -13,7 +13,7 @@ "python.linting.flake8Args": ["--max-line-length=150", "--ignore=F541"], "python.formatting.provider": "autopep8", "python.formatting.autopep8Args": ["--max-line-length", "150"], - "python.testing.pytestArgs": ["tests"], + "python.testing.pytestArgs": ["tests", "--ignore=tests/test_walk_through.py"], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true } diff --git a/ecs/crm-datafetch/tests/test_walkthrough.py b/ecs/crm-datafetch/tests/test_walk_through.py similarity index 100% rename from ecs/crm-datafetch/tests/test_walkthrough.py rename to ecs/crm-datafetch/tests/test_walk_through.py