1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Add Blueprint foundation to Scripts (#48621)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Franck Nijhof
2021-04-28 00:15:38 +02:00
committed by GitHub
parent cd84595429
commit 89e7983ee0
17 changed files with 448 additions and 103 deletions

View File

@@ -0,0 +1,3 @@
"""Conftest for script tests."""
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401