test 134 B

1234567
  1. # -*- mode: snippet -*-
  2. # name: TestCase
  3. # key: test
  4. # --
  5. class Test${1:Component}(TestCase):
  6. def test_${2:}(self):
  7. $0