mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
9 lines
86 B
Bash
Executable file
9 lines
86 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
set -x
|
|
|
|
pytest tests/unit_tests
|