Files
pyShelf/.vscode/settings.json
2019-10-04 13:17:12 -04:00

13 lines
333 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/pyShelf/bin/python"
}