mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Fixed component_tests config (#1608)
This commit is contained in:
committed by
GitHub
parent
cd1353ae54
commit
28a72fa56b
9
script/component_test
Executable file
9
script/component_test
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
set -x
|
||||
|
||||
pytest tests/component_tests
|
Reference in New Issue
Block a user