diff --git a/python-mode/django_test_class b/python-mode/django_test_class new file mode 100644 index 0000000..386e305 --- /dev/null +++ b/python-mode/django_test_class @@ -0,0 +1,7 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: django_test_class +# key: tcs +# group: testing +# -- +class ${1:Model}Test(TestCase): + $0 \ No newline at end of file