mirror of
https://github.com/langgenius/dify.git
synced 2025-07-19 15:42:28 +00:00
12 lines
148 B
Bash
Executable File
12 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
|
|
# ModelRuntime
|
|
dev/pytest/pytest_model_runtime.sh
|
|
|
|
# Tools
|
|
dev/pytest/pytest_tools.sh
|
|
|
|
# Workflow
|
|
dev/pytest/pytest_workflow.sh
|