1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00

abstract dictionary assignemnt into a function

This commit is contained in:
Hayden 2021-01-05 17:08:33 -09:00
parent ec3f65576d
commit 2f30d28138
2 changed files with 26 additions and 19 deletions

View file

@ -8,9 +8,12 @@
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": false,
"python.testing.promptToConfigure": false,
"python.discoverTest": true,
"python.testing.pytestEnabled": true,
"cSpell.enableFiletypes": [
"!python"
],
"python.testing.pytestArgs": [
"mealie"
]
}