mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 12:13:28 +02:00
10 lines
86 B
Bash
Executable File
10 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
set -x
|
|
|
|
pytest tests/unit_tests
|