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