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