
class {{ classname }}(TestCase):
      
    fixtures = [{% for f in fixtures %}"{{ f }}"{% if not forloop.last %}, {% endif %}{% endfor %}]

    def test_start(self):
        pass
