Ejemplo n.º 1
0
 def test_Cube():
     G = graphs.Cube()
     G2 = graphs.Cube(nb_dim=2)
Ejemplo n.º 2
0
 def test_cube(self):
     graphs.Cube()
     graphs.Cube(nb_dim=2)
Ejemplo n.º 3
0
        def test_Cube():
            G = graphs.Cube()
            G2 = graphs.Cube(nb_dim=2)
            needed_attributes_testing(G)

            needed_attributes_testing(G2)