def test_struct(self):
   x = TestManyTypes()
   inner = TestStruct(a="foo")
   x.a_struct = inner
   self.assertBackAndForth(x)
Beispiel #2
0
 def test_struct(self):
     x = TestManyTypes()
     inner = TestStruct(a="foo")
     x.a_struct = inner
     self.assertBackAndForth(x)