p1/.vscode/settings.json
Gašper Dobrovoljc 3a09b99dfa
03_zemljevid_ovir
2023-10-27 12:49:52 +02:00

6 lines
157 B
JSON

{
"python.testing.unittestArgs": ["-v", "-s", ".", "-p", "*_test.py"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}