Exemplo n.º 1
0
 def testSetAttrProduces(self):
     """
     Test set attr created with produces param, produces class
     """
     bifacewattr = BasicInterfaceWithAttributes() 
     bifacewattr.my_attr_produces = ANOTHER_RESPONSE
     self.assertEquals(bifacewattr.my_attr, ANOTHER_RESPONSE)