#!/usr/bin/env sh

PROJECT_DIR=$(pwd)
. $PROJECT_DIR/dev/helpers.sh

# Start this env_ integration tests
pytest_launcher --require-virtual-env "$@"

