def test_set(self):
   x = TestManyTypes()
   x.a_set=set([1,2,3,4,5])
   self.assertBackAndForth(x)
Beispiel #2
0
 def test_set(self):
     x = TestManyTypes()
     x.a_set = set([1, 2, 3, 4, 5])
     self.assertBackAndForth(x)