mirror of
https://github.com/esphome/esphome.git
synced 2025-06-29 19:53:08 +01: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