Initial Commit
This commit is contained in:
commit
67767e3faa
11 changed files with 343 additions and 0 deletions
14
.vscode/settings.json
vendored
Executable file
14
.vscode/settings.json
vendored
Executable file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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
|
||||
}
|
Reference in a new issue