def test_TwoMoons(): G = graphs.TwoMoons() G2 = graphs.TwoMoons(moontype='synthetised')
def test_twomoons(self): graphs.TwoMoons(moontype='standard') graphs.TwoMoons(moontype='synthesized')
def test_TwoMoons(): G = graphs.TwoMoons() G2 = graphs.TwoMoons(moontype='synthetised') needed_attributes_testing(G) needed_attributes_testing(G2)