From d3da791168de63d7446ecdae0b6d6983cf039faa Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 11 Jan 2022 19:07:15 +0100 Subject: [PATCH] Fix missing full test suite in CI some cases (#63912) * Fix missing full test suite in CI some cases * Update .core_files.yaml Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> * Add hassfest Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> --- .core_files.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.core_files.yaml b/.core_files.yaml index 9eb52b635f34..137bd44292b0 100644 --- a/.core_files.yaml +++ b/.core_files.yaml @@ -102,12 +102,18 @@ tests: &tests - codecov.yaml - requirements_test_pre_commit.txt - requirements_test.txt + - tests/auth/** + - tests/backports/* - tests/common.py - tests/conftest.py + - tests/hassfest/* + - tests/helpers/* - tests/ignore_uncaught_exceptions.py - tests/mock/* + - tests/scripts/* - tests/test_util/* - tests/testing_config/** + - tests/util/** other: &other - .github/workflows/*