feat: disable -- max_auto_summarize_code

feat: repo_parser + page info
This commit is contained in:
莘权 马 2023-12-19 16:37:01 +08:00
parent 4ffac9c391
commit 81b1e5bb1c
3 changed files with 45 additions and 2 deletions

View file

@ -42,6 +42,7 @@ async def test_di_graph_repository():
graph.pathname.unlink()
@pytest.mark.asyncio
async def test_js_parser():
class Input(BaseModel):
path: str
@ -77,6 +78,7 @@ async def test_js_parser():
assert data
@pytest.mark.asyncio
async def test_codes():
path = DEFAULT_WORKSPACE_ROOT / "snake_game"
repo_parser = RepoParser(base_directory=path)