Add tests/components/conftest.py to core files (#128425)

This commit is contained in:
epenet
2024-10-15 10:34:54 +02:00
committed by GitHub
parent c3e7fcc153
commit 3ba3fbf4a5
7 changed files with 34 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ tests: &tests
- tests/*.py
- tests/auth/**
- tests/backports/**
- tests/components/conftest.py
- tests/components/diagnostics/**
- tests/components/history/**
- tests/components/logbook/**