1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-07-15 08:43:30 +00:00

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,
} }