Add pytest unit tests
This commit is contained in:
parent
8fc5206e95
commit
306d6fd13f
4 changed files with 49 additions and 2 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true
|
||||
}
|
||||
"python.linting.enabled": true,
|
||||
"python.testing.pytestArgs": [
|
||||
"test"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue