def test_graph_normal_set(): a = Vertex(Vertex._make_test_vertex()) b = Vertex(Vertex._make_test_vertex()) g = Graph([a, b]) assert g.size() == 2