pytest_all_tests.sh 193 B

1234567891011121314
  1. #!/bin/bash
  2. set -x
  3. # ModelRuntime
  4. dev/pytest/pytest_model_runtime.sh
  5. # Tools
  6. dev/pytest/pytest_tools.sh
  7. # Workflow
  8. dev/pytest/pytest_workflow.sh
  9. # Unit tests
  10. dev/pytest/pytest_unit_tests.sh