mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
11 lines
192 B
Python
11 lines
192 B
Python
"""Test const module."""
|
|
|
|
from homeassistant import const
|
|
|
|
from .common import help_test_all
|
|
|
|
|
|
def test_all() -> None:
|
|
"""Test module.__all__ is correctly set."""
|
|
help_test_all(const)
|