enable pytest

This commit is contained in:
Patrick Kanzler 2023-12-05 23:27:06 +01:00
parent 19448df6f8
commit b549e2e6e3

View File

@ -14,4 +14,6 @@
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": true "source.organizeImports": true
}, },
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
} }