MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / assert_graph

Method assert_graph

easygraph/tests/script_test_cpp_easygraph.py:96–100  ·  view source on GitHub ↗
(self, g1, g2)

Source from the content-addressed store, hash-verified

94 self.assert_object(r1, r2)
95
96 def assert_graph(self, g1, g2):
97 self.assert_property("graph", g1, g2)
98 self.assert_property("nodes", g1, g2)
99 self.assert_property("edges", g1, g2)
100 self.assert_property("adj", g1, g2)
101
102 def test(self):
103 self.G1 = self.class1(name="graph", time=0)

Callers 1

testMethod · 0.95

Calls 1

assert_propertyMethod · 0.95

Tested by

no test coverage detected