Working tree with samples and first test

This commit is contained in:
2020-05-10 14:25:58 +02:00
parent 2ca25fd656
commit b9ea24696f
8 changed files with 157 additions and 0 deletions

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

@@ -0,0 +1,12 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"*_test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true
}