MCPcopy Index your code
hub / github.com/Persper/code-analytics / assert_analyzer_equal

Function assert_analyzer_equal

test/test_graphs/test_analyzer.py:33–35  ·  view source on GitHub ↗
(az1, az2)

Source from the content-addressed store, hash-verified

31
32
33def assert_analyzer_equal(az1, az2):
34 assert(az1.history == az2.history)
35 assert_graphs_equal(az1.graph_server.get_graph(), az2.graph_server.get_graph())
36
37
38def assert_graph_match_history(az):

Callers 2

test_analyze_interfaceFunction · 0.85
test_saveFunction · 0.85

Calls 2

assert_graphs_equalFunction · 0.70
get_graphMethod · 0.45

Tested by

no test coverage detected