mirror of
https://github.com/hacs/integration.git
synced 2026-01-14 00:49:42 +00:00
9 lines
82 B
Bash
Executable File
9 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
python3 -m pytest -x tests
|
|
|