Added tests

This commit is contained in:
2021-03-07 14:58:01 +00:00
parent 5d4a4b61b6
commit cccc048a92
3 changed files with 42 additions and 2 deletions

View File

@@ -2,5 +2,6 @@
"python.pythonPath": "bin/python3",
"python.envFile": "${workspaceFolder}/.env",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
"python.linting.enabled": true,
"python.autoComplete.addBrackets": true
}