Chore: Enables pylance pytest integration, swaps around some test markers (#11930)

This commit is contained in:
Trenton H
2026-01-28 15:06:11 -08:00
committed by GitHub
parent 4d9aa2e943
commit 5577f70c69
3 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,8 @@
"**/coverage.json": true
},
"python.defaultInterpreterPath": ".venv/bin/python3",
"python.analysis.inlayHints.pytestParameters": true,
"python.testing.pytestEnabled": true,
},
"extensions": {
"recommendations": ["ms-python.python", "charliermarsh.ruff", "editorconfig.editorconfig"],