Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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