mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
14 lines
193 B
Bash
Executable File
14 lines
193 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
|
|
|
|
# Unit tests
|
|
dev/pytest/pytest_unit_tests.sh |