選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pytest_all_tests.sh 261B

1234567891011121314151617
  1. #!/bin/bash
  2. set -x
  3. SCRIPT_DIR="$(dirname "$(realpath "$0")")"
  4. cd "$SCRIPT_DIR/../.."
  5. # ModelRuntime
  6. dev/pytest/pytest_model_runtime.sh
  7. # Tools
  8. dev/pytest/pytest_tools.sh
  9. # Workflow
  10. dev/pytest/pytest_workflow.sh
  11. # Unit tests
  12. dev/pytest/pytest_unit_tests.sh