예제 #1
0
 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")
예제 #2
0
 def setUp(self):
     self.setter = reflect.Settable()