newdwh2021/ecs/crm-datafetch/.vscode/python.code-snippets
2022-08-02 15:32:23 +09:00

18 lines
297 B
Plaintext

{
"Generate Test docstring": {
"scope": "python",
"prefix": "\"\"\"\"\"\"",
"body": [
"\"\"\"",
"Tests:",
" $1",
"Arranges:",
" $2",
"Expects:",
" $3",
"\"\"\""
],
"description": "Test docstring (User Snippets)"
}
}