mirror of
https://github.com/esphome/esphome.git
synced 2026-05-23 11:16:52 +08:00
Add integration tests for host (#8912)
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
cd "${script_dir}/.."
|
||||
|
||||
set -x
|
||||
|
||||
pytest -vvs --no-cov --tb=native -n 0 tests/integration/
|
||||
Reference in New Issue
Block a user