#!/usr/bin/env bash

set -e
set -x

pytest --cov=test --cov=sales_lead --cov=tests --cov-report=term-missing --cov-fail-under=45 ${@}

