mirror of
https://github.com/esphome/esphome.git
synced 2025-09-23 21:52:23 +01:00
Merge remote-tracking branch 'upstream/dev' into integration
This commit is contained in:
@@ -43,7 +43,7 @@ def fixture_path() -> Path:
|
||||
@pytest.fixture
|
||||
def setup_core(tmp_path: Path) -> Path:
|
||||
"""Set up CORE with test paths."""
|
||||
CORE.config_path = str(tmp_path / "test.yaml")
|
||||
CORE.config_path = tmp_path / "test.yaml"
|
||||
return tmp_path
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user