mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
10 lines
91 B
Text
10 lines
91 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
set -x
|
||
|
|
||
|
pytest tests/component_tests
|