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 Add empty line after module docstring (3) (#112750) 2024-03-08 20:38:34 +01:00
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 Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
test_enforce_super_call.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
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 Force root import of references from other components (#125816) 2024-09-16 11:28:42 +02:00