Esempio n. 1
0
 def test_check_setstate(self):
     p=Persistent()
     p.__setstate__({})
     p.__setstate__({'a':1})
     assert p.a == 1