Add helper functions for repair tests (#125886)

* Expose repairs constants and function for other components

* Reorder

* Use helper methods

* Adjust core_files

* Improve

* Update test_migrate.py
This commit is contained in:
epenet
2024-09-14 03:31:44 +02:00
committed by GitHub
parent 3eed5de367
commit 6d212ea24e
13 changed files with 150 additions and 360 deletions

View File

@@ -126,9 +126,11 @@ tests: &tests
- tests/*.py
- tests/auth/**
- tests/backports/**
- tests/components/diagnostics/**
- tests/components/history/**
- tests/components/logbook/**
- tests/components/recorder/**
- tests/components/repairs/**
- tests/components/sensor/**
- tests/hassfest/**
- tests/helpers/**