core/tests/components/diagnostics
epenet 94779dddaa
Add type hints to diagnostics test helper (#85494)
* Add type hints to diagnostics test helper

* Move type alias to the top

* Use Any

* Move TestClientGenerator to typing helper

* Use `dict[str, Any]` again

* Use JsonObjectType

* Add cast
2023-02-09 12:15:18 +01:00
..
__init__.py Add type hints to diagnostics test helper (#85494) 2023-02-09 12:15:18 +01:00
test_init.py Add type hints to integration tests (d-e) (#87699) 2023-02-08 13:01:44 +01:00
test_util.py