This website requires JavaScript.
Explore
Help
Sign In
m5
/
esphome
Watch
0
Star
0
Fork
0
mirror of
https://github.com/m5stack/esphome.git
synced
2026-05-20 11:52:52 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dev
esphome
/
script
/
unit_test
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
10 lines
86 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Unittests for esphome python code (
#931
)
2020-03-13 08:27:22 +11:00
#!/usr/bin/env bash
set
-e
cd
"
$(
dirname
"
$0
"
)
/.."
set
-x
pytest tests/unit_tests
Reference in New Issue
Copy Permalink