1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-29 19:53:08 +01:00

Unittests for esphome python code ()

This commit is contained in:
Tim Savage
2020-03-13 08:27:22 +11:00
committed by GitHub
parent 714d28a61a
commit c632b0e1d4
16 changed files with 1212 additions and 0 deletions

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