Files
pyShelf/.vscode/settings.json

13 lines
332 B
JSON
Executable File

{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true,
"python.pythonPath": "/home/raelon/.virtualenvs/spyder/bin/python"
}