mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: disable -- max_auto_summarize_code
feat: repo_parser + page info
This commit is contained in:
parent
4ffac9c391
commit
81b1e5bb1c
3 changed files with 45 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue