setting it up

This commit is contained in:
2021-05-14 23:49:40 -04:00
parent 9b39b73fca
commit bb60d49e33
11 changed files with 155 additions and 8 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"python.pythonPath": "/usr/bin/python3.8",
"python.testing.pytestArgs": [
"Sample codes"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true
}