mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
7 lines
132 B
JSON
7 lines
132 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
}
|