Beispiel #1
0
 def test_flavor_template_list(self):
     templates = FlavorTemplate.list(self.request)
     self.assertEquals(7, len(templates))
     for t in templates:
         self.assertIsInstance(t, FlavorTemplate)