mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
chore: Add pytest to .vscode/settings.json (#315)
This commit is contained in:
Vendored
+6
-1
@@ -6,5 +6,10 @@
|
||||
"source.fixAll": "explicit",
|
||||
"source.organizeImports": "explicit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user