mirror of
https://github.com/home-assistant/core.git
synced 2026-08-04 20:34:27 +01:00
8dadaa2f9e
Only pass directories and test_*.py files to pytest --collect-only so helpers like tests/components/conftest.py and tests/components/common.py are not treated as explicit collection targets, and bail out with a clear error if no eligible paths are found instead of running pytest with no arguments.