vscode settings: Swtich from unittest to pytest

This commit is contained in:
Lars Holmberg 2025-07-14 13:57:00 +02:00
parent ad8b921c48
commit 13375404c9
1 changed files with 2 additions and 2 deletions

View File

@ -44,6 +44,6 @@
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false
}