From 728360fcb0614053d079726033ff5444157aff11 Mon Sep 17 00:00:00 2001 From: STACiA <69411527+staciax@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:13:06 +0700 Subject: [PATCH] fix: update pytest arguments --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d15e8b5..861b364 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,7 +33,7 @@ "mypy.configFile": "./pyproject.toml", // Testing - "python.testing.pytestArgs": ["lattebot"], + "python.testing.pytestArgs": ["tests"], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true }