lotsa_explorer / .vscode /settings.json
Liu Yiwen
lotsa viewer v0.1.0
4570f48
raw
history blame contribute delete
208 Bytes
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*_test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}