Pascal Serrarens 208b9056dc Add 'LinearAlgebra/' from commit 'b60b248f7529a56244681bce0b204443abceacb2'
git-subtree-dir: LinearAlgebra
git-subtree-mainline: b87c4df0e3c2ee2aaf58bb8446d4b970d6fcb433
git-subtree-split: b60b248f7529a56244681bce0b204443abceacb2
2025-03-21 09:54:30 +01:00

11 lines
213 B
JSON

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