Removed AI generated test suites

This commit is contained in:
2026-07-27 12:07:37 +02:00
parent 8b45674cd2
commit 36051e1577
16 changed files with 1 additions and 846 deletions

27
.vscode/tasks.json vendored
View File

@@ -1,31 +1,6 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Tests: Run pytest",
"type": "shell",
"command": "${command:python.interpreterPath}",
"args": [
"-m",
"pytest"
],
"options": {
"cwd": "${workspaceFolder}",
"env": {
"PYTHONPATH": "${workspaceFolder}/src"
}
},
"group": {
"kind": "test",
"isDefault": true
},
"presentation": {
"clear": true,
"reveal": "always",
"panel": "dedicated"
},
"problemMatcher": []
},
{
"label": "Qt: Open Designer",
"type": "shell",
@@ -69,4 +44,4 @@
"problemMatcher": []
}
]
}
}