chore: Add pytest to .vscode/settings.json (#315)

This commit is contained in:
Jack Amadeo
2024-12-12 02:11:40 -05:00
committed by GitHub
parent c497a55558
commit dba8f7290e

View File

@@ -6,5 +6,10 @@
"source.fixAll": "explicit", "source.fixAll": "explicit",
"source.organizeImports": "explicit" "source.organizeImports": "explicit"
} }
} },
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
} }