def test_redirects_to_wrapped_methods(self):
        wrapper = DescriptorDecoratorBase(DescriptorDecorator_Base_Test.Wrapped())

        self.assertTrue(wrapper.other_method())
    def test_redirects_to_wrapped_methods(self):
        wrapper = DescriptorDecoratorBase(DescriptorDecorator_Base_Test.Wrapped())

        self.assertTrue(wrapper.other_method())