Add pytest unit tests

This commit is contained in:
Eryn Wells 2023-02-18 10:49:35 -08:00
parent 8fc5206e95
commit 306d6fd13f
4 changed files with 49 additions and 2 deletions

View file

@ -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
}