feat: 推奨設定のpytestArgsを修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-09-16 13:57:33 +09:00
parent 999e7e27a7
commit 3614b3f6e9

View File

@ -23,7 +23,7 @@
"--ignore=F541"
],
"python.testing.pytestArgs": [
"tests/batch/ultmarc"
"tests/batch/"
],
"python.testing.unittestEnabled": false,