8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: test_class
|
||
|
# key: tcs
|
||
|
# group : testing
|
||
|
# --
|
||
|
class Test${1:toTest}(${2:unittest.TestCase}):
|
||
|
$0
|