-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95a5a5a
commit 25bc7e8
Showing
4 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#!/bin/bash | ||
set -x | ||
|
||
pytest api/tests/integration_tests/model_runtime/anthropic \ | ||
api/tests/integration_tests/model_runtime/azure_openai \ | ||
api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm \ | ||
api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \ | ||
api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \ | ||
api/tests/integration_tests/model_runtime/upstage \ | ||
api/tests/integration_tests/model_runtime/fireworks \ | ||
api/tests/integration_tests/model_runtime/nomic \ | ||
api/tests/integration_tests/model_runtime/mixedbread \ | ||
api/tests/integration_tests/model_runtime/voyage | ||
pytest tests/integration_tests/model_runtime/anthropic \ | ||
tests/integration_tests/model_runtime/azure_openai \ | ||
tests/integration_tests/model_runtime/openai tests/integration_tests/model_runtime/chatglm \ | ||
tests/integration_tests/model_runtime/google tests/integration_tests/model_runtime/xinference \ | ||
tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \ | ||
tests/integration_tests/model_runtime/upstage \ | ||
tests/integration_tests/model_runtime/fireworks \ | ||
tests/integration_tests/model_runtime/nomic \ | ||
tests/integration_tests/model_runtime/mixedbread \ | ||
tests/integration_tests/model_runtime/voyage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -x | ||
|
||
pytest api/tests/integration_tests/tools/test_all_provider.py | ||
pytest tests/integration_tests/tools/test_all_provider.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#!/bin/bash | ||
set -x | ||
|
||
pytest api/tests/integration_tests/vdb/chroma \ | ||
api/tests/integration_tests/vdb/milvus \ | ||
api/tests/integration_tests/vdb/pgvecto_rs \ | ||
api/tests/integration_tests/vdb/pgvector \ | ||
api/tests/integration_tests/vdb/qdrant \ | ||
api/tests/integration_tests/vdb/weaviate \ | ||
api/tests/integration_tests/vdb/elasticsearch \ | ||
api/tests/integration_tests/vdb/vikingdb \ | ||
api/tests/integration_tests/vdb/baidu \ | ||
api/tests/integration_tests/vdb/tcvectordb \ | ||
api/tests/integration_tests/vdb/upstash \ | ||
api/tests/integration_tests/vdb/couchbase \ | ||
api/tests/integration_tests/vdb/oceanbase \ | ||
api/tests/integration_tests/vdb/tidb_vector \ | ||
pytest tests/integration_tests/vdb/chroma \ | ||
tests/integration_tests/vdb/milvus \ | ||
tests/integration_tests/vdb/pgvecto_rs \ | ||
tests/integration_tests/vdb/pgvector \ | ||
tests/integration_tests/vdb/qdrant \ | ||
tests/integration_tests/vdb/weaviate \ | ||
tests/integration_tests/vdb/elasticsearch \ | ||
tests/integration_tests/vdb/vikingdb \ | ||
tests/integration_tests/vdb/baidu \ | ||
tests/integration_tests/vdb/tcvectordb \ | ||
tests/integration_tests/vdb/upstash \ | ||
tests/integration_tests/vdb/couchbase \ | ||
tests/integration_tests/vdb/oceanbase \ | ||
tests/integration_tests/vdb/tidb_vector \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -x | ||
|
||
pytest api/tests/integration_tests/workflow | ||
pytest tests/integration_tests/workflow |