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

Method assert_method

easygraph/tests/script_test_cpp_easygraph.py:91–94  ·  view source on GitHub ↗
(self, name, *args, **kwargs)

Source from the content-addressed store, hash-verified

89 self.assert_object(r1, r2)
90
91 def assert_method(self, name, *args, **kwargs):
92 r1 = getattr(self.G1, name)(*args, **kwargs)
93 r2 = getattr(self.G2, name)(*args, **kwargs)
94 self.assert_object(r1, r2)
95
96 def assert_graph(self, g1, g2):
97 self.assert_property("graph", g1, g2)

Callers 1

testMethod · 0.95

Calls 1

assert_objectMethod · 0.95

Tested by

no test coverage detected