newdwh2021/ecs/crm-datafetch/.vscode/python.code-snippets

18 lines
296 B
Plaintext

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