core/tests/pylint
epenet 083b586d19
Add pylint checks for fixture scope (#126723)
* Prevent session scope fixtures in component tests

* Link message to the decorator - not the function

* Add checks for package also

* Add check for session scope autouse

* Rename variable

* Adjust message

* Ignore fancy autouse

* Simplify
2024-09-25 15:27:57 +02:00
..
__init__.py
conftest.py Move pylint decorator plugin and add tests (#126719) 2024-09-25 09:41:23 +02:00
test_decorator.py Add pylint checks for fixture scope (#126723) 2024-09-25 15:27:57 +02:00
test_enforce_class_module.py Add base Entity classes to enforce-class-module pylint plugin (#126473) 2024-09-24 08:52:07 +02:00
test_enforce_sorted_platforms.py
test_enforce_super_call.py
test_enforce_type_hints.py Disable pylint ignore_missing_annotations in config flow (#125322) 2024-09-16 11:53:29 +02:00
test_imports.py