def test_settable(self): """ Test deprecation of L{reflect.Settable}. """ reflect.Settable() self.lookForDeprecationWarning( self.test_settable, "Settable", "Settable is old and untested. Please write your own version of this " "functionality if you need it")
def setUp(self): self.setter = reflect.Settable()