1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-03 00:21:56 +00:00

fix flakey

This commit is contained in:
J. Nick Koston
2025-10-16 06:09:38 -10:00
parent b5c4dc13e0
commit 7be04916ac
5 changed files with 29 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ This directory contains end-to-end integration tests for ESPHome, focusing on te
- `const.py` - Constants used throughout the integration tests
- `types.py` - Type definitions for fixtures and functions
- `state_utils.py` - State handling utilities (e.g., `InitialStateHelper`)
- `sensor_test_utils.py` - Sensor-specific test utilities
- `sensor_utils.py` - Sensor-specific test utilities
- `fixtures/` - YAML configuration files for tests
- `test_*.py` - Individual test files