moved tests

This commit is contained in:
Jonas Linter
2025-10-07 10:24:01 +02:00
parent f0945ed431
commit 6102194712
13 changed files with 149 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
{
"python.testing.pytestArgs": [
"test"
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic"
"python.analysis.typeCheckingMode": "basic",
"python.terminal.activateEnvironment": true,
"python-envs.defaultEnvManager": "uv",
}