Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
def
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
38
def
assert_graph_match_history(az):
Callers
2
test_analyze_interface
Function · 0.85
test_save
Function · 0.85
Calls
2
assert_graphs_equal
Function · 0.70
get_graph
Method · 0.45
Tested by
no test coverage detected