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

Function testCppTestRepo

test/test_analytics/test_analyzer_lsp_ccls.py:83–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82@pytest.mark.asyncio
83async def testCppTestRepo():
84 repoPath = prepareRepo("cpp_test_repo")
85 graphServer = createCclsGraphServer()
86 analyzer = Analyzer(repoPath, graphServer)
87 async with graphServer:
88 analyzer.observer = GraphDumpAnalyzerObserver(
89 os.path.join(testDataRoot, "baseline/cpp_test_repo"),
90 os.path.join(testDataRoot, "actualdump/cpp_test_repo"))
91 await analyzer.analyze()

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