From 3614b3f6e9a2b27c966ba7bd6ed6c34cacf4c8b3 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Sat, 16 Sep 2023 13:57:33 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A8=E5=A5=A8=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=AEpytestArgs=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/jskult-batch-daily/.vscode/recommended_settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/jskult-batch-daily/.vscode/recommended_settings.json b/ecs/jskult-batch-daily/.vscode/recommended_settings.json index b5e79d73..2fde8732 100644 --- a/ecs/jskult-batch-daily/.vscode/recommended_settings.json +++ b/ecs/jskult-batch-daily/.vscode/recommended_settings.json @@ -23,7 +23,7 @@ "--ignore=F541" ], "python.testing.pytestArgs": [ - "tests/batch/ultmarc" + "tests/batch/" ], "python.testing.unittestEnabled": false,