def setUp(self):
     """Setup"""
     super(TestPropertyInclusive, self).setUp()
     self.collection.register(Inclusive())
     self.success_templates = [
         'test/fixtures/templates/good/resources/properties/inclusive.yaml'
     ]
Example #2
0
 def setUp(self):
     """Setup"""
     super(TestPropertyInclusive, self).setUp()
     self.collection.register(Inclusive())