Skip to content

Instantly share code, notes, and snippets.

View jdheywood's full-sized avatar
😃
Hi

James jdheywood

😃
Hi
View GitHub Profile
@jdheywood
jdheywood / python.json
Created February 1, 2019 10:33 — forked from sinistamunkey/python.json
VSCode snippets - Python
{
"test_case": {
"prefix": "test_case",
"body": [
"import unittest",
"",
"",
"class ${1:class_name}TestCase(unittest.TestCase):",
"",
" def test_${2:does_thing}(self):",