mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./tests",
|
|
"-p",
|
|
"*_test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
} |