This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/.vscode/settings.json
2020-03-06 20:40:46 -05:00

14 lines
No EOL
346 B
JSON
Executable file

{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": false,
"python.pythonPath": "/usr/bin/python3",
"python.testing.promptToConfigure": false
}