Lint tests

This commit is contained in:
Andras Schmelczer 2022-07-07 14:13:16 +02:00
parent 72ab627a34
commit a84f899a14
2 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{
"cSpell.words": [
"alru",
"Analyse",
"basereload",
"boto",
@ -64,5 +65,10 @@
"**/*.cache": true
},
"notebook.output.textLineLimit": 400,
"python.defaultInterpreterPath": ".env/bin/python"
"python.defaultInterpreterPath": ".env/bin/python",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}