You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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