mirror of
https://github.com/Lerking/pyqt6-examples.git
synced 2025-07-21 16:51:04 +02:00
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
".",
|
|
"-p",
|
|
"*_test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
} |