def test_Cube(): G = graphs.Cube() G2 = graphs.Cube(nb_dim=2)
def test_cube(self): graphs.Cube() graphs.Cube(nb_dim=2)
def test_Cube(): G = graphs.Cube() G2 = graphs.Cube(nb_dim=2) needed_attributes_testing(G) needed_attributes_testing(G2)