Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Jan 5, 2025
1 parent 95a5a5a commit 25bc7e8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions dev/pytest/pytest_model_runtime.sh
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
2 changes: 1 addition & 1 deletion dev/pytest/pytest_tools.sh
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
28 changes: 14 additions & 14 deletions dev/pytest/pytest_vdb.sh
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 \
2 changes: 1 addition & 1 deletion dev/pytest/pytest_workflow.sh
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

0 comments on commit 25bc7e8

Please sign in to comment.