2024-04-18 13:43:15 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
set -x
|
|
|
|
|
|
2025-05-06 14:32:40 +05:30
|
|
|
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
|
|
|
|
cd "$SCRIPT_DIR/../.."
|
|
|
|
|
|
2024-04-18 13:43:15 +08:00
|
|
|
# ModelRuntime
|
|
|
|
|
dev/pytest/pytest_model_runtime.sh
|
|
|
|
|
|
|
|
|
|
# Tools
|
|
|
|
|
dev/pytest/pytest_tools.sh
|
|
|
|
|
|
|
|
|
|
# Workflow
|
|
|
|
|
dev/pytest/pytest_workflow.sh
|
2024-04-24 17:15:31 +08:00
|
|
|
|
|
|
|
|
# Unit tests
|
2025-04-29 18:04:33 +08:00
|
|
|
dev/pytest/pytest_unit_tests.sh
|
2025-08-04 19:27:36 +08:00
|
|
|
|
|
|
|
|
# TestContainers tests
|
|
|
|
|
dev/pytest/pytest_testcontainers.sh
|