fix trunk

This commit is contained in:
Georges-Antoine Assi
2024-09-03 19:27:54 -04:00
parent e432bc32ac
commit 17c233ec6b

View File

@@ -1,7 +1,6 @@
{
"python.testing.pytestArgs": [
"backend"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.cwd": "${workspaceFolder}/backend",
"python.testing.pytestArgs": ["."],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}