def test_is_connected_single(): g = Graph([Vertex(Vertex._make_test_vertex())]) assert g.is_connected()