Files
hacs_integration/scripts/test
Joakim Sørensen a45f36dcde Update development environment (#3060)
* Update development environment

* lint
2023-02-11 11:24:00 +01:00

14 lines
149 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
python3 -m \
pytest \
tests \
-rxf -x -v -l \
--cov=./ \
--cov-report=xml