Test refinements

This commit is contained in:
Jamie Hardt
2022-11-18 19:09:37 -08:00
parent dd767b2d41
commit 4c3e103e77
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
{
"esbonio.sphinx.confDir": ""
"esbonio.sphinx.confDir": "",
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}