Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/python-mode/testcase
990 views
# -*- coding: utf-8 -*-
# name: unittest.TestCase normal
# contributor: Gabriele Lanaro
# --
class ${1:TestCase}(${2:unittest.TestCase}):
    $0