mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add integration scaffolding script (#26777)
* Add integration scaffolding script * Make easier to develop * Update py.test -> pytest
This commit is contained in:
5
script/scaffold/const.py
Normal file
5
script/scaffold/const.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Constants for scaffolding."""
|
||||
from pathlib import Path
|
||||
|
||||
COMPONENT_DIR = Path("homeassistant/components")
|
||||
TESTS_DIR = Path("tests/components")
|
||||
Reference in New Issue
Block a user