Example #1
0
 def test_TwoMoons():
     G = graphs.TwoMoons()
     G2 = graphs.TwoMoons(moontype='synthetised')
Example #2
0
 def test_twomoons(self):
     graphs.TwoMoons(moontype='standard')
     graphs.TwoMoons(moontype='synthesized')
Example #3
0
        def test_TwoMoons():
            G = graphs.TwoMoons()
            G2 = graphs.TwoMoons(moontype='synthetised')
            needed_attributes_testing(G)

            needed_attributes_testing(G2)