Exemplo n.º 1
0
 def test_getstate(self):
     l = Link()
     assert l.__getstate__() == tuple([])
Exemplo n.º 2
0
 def test_getstate(self):
     l = Link()
     assert l.__getstate__() == tuple([])