Exemplo n.º 1
0
 def test_intersection(self):
     self.assertEqual(graph.intersection([1, 2], [2, 3]), [2])
Exemplo n.º 2
0
 def test_intersection(self):
     self.assertEqual(graph.intersection([1,2],[2,3]), [2])