2024-04-18 13:43:15 +08:00
|
|
|
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
|
|
|
|
# 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
|