core/tests/util
leranp 4a3f341444
Language codes for Hebrew (#93681)
* Language codes for Hebrew

There is 2 optional code for Hebrew:
he-IL is the new code
iw-IL is the old code , the google cloud STT for example is using the old code (iw)

* Update language.py

* Update test_language.py

* Update test_language.py

* Update test_language.py

* Simplify duplicate language check

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-05-30 22:27:32 -04:00
..
yaml Add type hints to tests (#89497) 2023-03-10 12:06:50 +01:00
__init__.py
test_aiohttp.py
test_async.py
test_color.py
test_distance.py
test_dt.py
test_enum.py
test_executor.py
test_file.py Add tmpdir to known fixtures in pylint (#89844) 2023-03-17 10:22:02 +01:00
test_init.py
test_json.py Add typed helpers and improve type hints in util/json (#88534) 2023-02-22 10:09:28 +01:00
test_language.py Language codes for Hebrew (#93681) 2023-05-30 22:27:32 -04:00
test_location.py
test_logging.py
test_network.py
test_package.py
test_percentage.py
test_pressure.py
test_process.py
test_read_only_dict.py
test_speed.py
test_ssl.py Add option to select list of accepted ssl ciphers in httpx client (#91389) 2023-04-15 09:32:30 -10:00
test_temperature.py
test_thread.py
test_timeout.py Fix lingering task in timeout test (#88953) 2023-03-01 09:42:55 +01:00
test_ulid.py
test_unit_conversion.py Make unit converter use a factory to avoid looking up the ratios each conversion (#93706) 2023-05-29 20:50:40 +02:00
test_unit_system.py Add preferred wind speed unit to unit systems (#90504) 2023-03-30 12:54:12 +02:00
test_uuid.py
test_variance.py
test_volume.py