Add pytest rewrite for wemo tests that use entity_test_helpers (#114516)

pull/114480/head^2
J. Nick Koston 2024-03-30 17:35:49 -10:00 committed by GitHub
parent b0a1450a2b
commit f0b07ae942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
"""Tests for the wemo component."""
import pytest
pytest.register_assert_rewrite("tests.components.wemo.entity_test_helpers")