mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 00:31:58 +00:00
Unittests for esphome python code (#931)
This commit is contained in:
9
script/unit_test
Executable file
9
script/unit_test
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
set -x
|
||||
|
||||
pytest tests/unit_tests
|
||||
Reference in New Issue
Block a user