DEBSOURCES
Skip Quicknav
sources / python-pyhcl / 0.4.4-7 / tests / run_tests.sh
123456789
#!/bin/bash pip install -e . python -m coverage run --source hcl -m pytest tests if [ "$?" != "0" ]; then exit 1 fi python -m coverage report -m