mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 13:44:32 +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.