diff --git a/.vscode/settings.json b/.vscode/settings.json index e52f158..5a82275 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "python.pythonPath": "venv/bin/python3.9", "python.testing.autoTestDiscoverOnSaveEnabled": true, - "pythonTestExplorer.testFramework": "pytest" + "pythonTestExplorer.testFramework": "pytest", + "python.testing.pytestArgs": ["test"], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true }