git-subtree-dir: LinearAlgebra git-subtree-mainline: b87c4df0e3c2ee2aaf58bb8446d4b970d6fcb433 git-subtree-split: b60b248f7529a56244681bce0b204443abceacb2
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./test",
|
|
"-p",
|
|
"*_test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
} |