mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: +unit test
This commit is contained in:
parent
f66cace52f
commit
ef9bb219e1
2 changed files with 1 additions and 0 deletions
BIN
tests/data/pdf/02-CSS.pdf
Normal file
BIN
tests/data/pdf/02-CSS.pdf
Normal file
Binary file not shown.
|
|
@ -721,6 +721,7 @@ async def test_index_repo():
|
|||
"What principle is introduced by the author to explain the conditions necessary for the emergence of complexity?",
|
||||
TEST_DATA_PATH / "pdf/9781444323498.ch2_1.pdf",
|
||||
),
|
||||
("行高的继承性的代码示例是?", TEST_DATA_PATH / "pdf/02-CSS.pdf"),
|
||||
],
|
||||
)
|
||||
async def test_similarity_search(query, filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue