run_integration_tests.sh 361 B

1234567891011121314
  1. #!/bin/bash
  2. echo "####################################################"
  3. echo " Running tests: "
  4. echo
  5. echo " -> transport: $CQRS_MASTER_TRANSPORT "
  6. echo " -> url: $CQRS_BROKER_URL "
  7. echo
  8. echo "####################################################"
  9. sleep 12
  10. pytest integration_tests/