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