MCPcopy Create free account
hub / github.com/Persper/code-analytics / testFeatureBranch

Function testFeatureBranch

test/test_analytics/test_analyzer_lsp_ccls.py:68–79  ·  view source on GitHub ↗

Tests test_feature_branch repos, on all branches.

()

Source from the content-addressed store, hash-verified

66
67@pytest.mark.asyncio
68async def testFeatureBranch():
69 """
70 Tests test_feature_branch repos, on all branches.
71 """
72 repoPath = prepareRepo("test_feature_branch")
73 graphServer = createCclsGraphServer()
74 analyzer = Analyzer(repoPath, graphServer, firstParentOnly=False)
75 async with graphServer:
76 analyzer.observer = GraphDumpAnalyzerObserver(
77 os.path.join(testDataRoot, "baseline/feature_branch"),
78 os.path.join(testDataRoot, "actualdump/feature_branch"))
79 await analyzer.analyze()
80
81
82@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 5

analyzeMethod · 0.95
AnalyzerClass · 0.90
prepareRepoFunction · 0.85
createCclsGraphServerFunction · 0.85

Tested by

no test coverage detected