Exemplo n.º 1
0
    def test_destroy(self):
        l = Link()
        l.destroy()

        assert l.soul == None
Exemplo n.º 2
0
 def test_destroy(self):
     l = Link()
     l.destroy()
     
     assert l.soul==None