.vscode/settings.json (view raw)
1{ 2 "python.testing.pytestArgs": [ 3 "tests" 4 ], 5 "python.testing.unittestEnabled": false, 6 "python.testing.pytestEnabled": true 7}