mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 11:39:19 +08:00
test: add scripts for running tests on api module both locally and CI jobs (#3497)
This commit is contained in:
11
dev/pytest/pytest_all_tests.sh
Executable file
11
dev/pytest/pytest_all_tests.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# ModelRuntime
|
||||
dev/pytest/pytest_model_runtime.sh
|
||||
|
||||
# Tools
|
||||
dev/pytest/pytest_tools.sh
|
||||
|
||||
# Workflow
|
||||
dev/pytest/pytest_workflow.sh
|
||||
Reference in New Issue
Block a user