diff --git a/.vscode/settings.json b/.vscode/settings.json index 3b1d464..a78f109 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.pythonPath": ".venv/bin/python" + "python.pythonPath": ".venv/bin/python", + "python.testing.pytestEnabled": true, + "cSpell.words": ["pytest"] }