From c120b952fa4218c17df397b754bc217357d70b02 Mon Sep 17 00:00:00 2001 From: Doug Flick Date: Mon, 22 May 2023 14:38:24 -0700 Subject: [PATCH] updating vscode settings to point to the unit tests (#339) --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b9b3ca5..36b411a5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "python.testing.pytestEnabled": true, "python.testing.pytestArgs": [ - "${workspaceRoot}/edk2toollib/tests", + "${workspaceRoot}/tests.unit", ], "python.testing.unittestEnabled": false, "[python]": {