import unittest from actionwords import Actionwords
class Test{{{ camelize self_name }}}(unittest.TestCase):
def setUp(self): self.actionwords = Actionwords(self)
{{#indent}} {{#each rendered_children.tests as |test|}}{{{test}}} {{/each}} {{/indent}}