Franck Nijhof
|
2e17ad86af
|
Adds guards for missing information in call stack frames (#27217)
|
2019-10-05 11:59:33 +02:00 |
Paulus Schoutsen
|
4de97abc3a
|
Black
|
2019-07-31 12:25:30 -07:00 |
Paulus Schoutsen
|
7d33b0a259
|
Fix broken test in Python 3.7 (#25067)
|
2019-07-10 12:17:10 -07:00 |
Erik Montnemery
|
84f778d23c
|
Improve logging of exceptions in async_create_task (#22689)
* Improve logging of exceptions in async_create_task
* Move wrapping+logging to util.logging
* Minor refactor, fix typing
* Add test
* Remove useless @wraps, fix confusing parameter name
* Review comment
|
2019-04-29 09:53:22 -07:00 |
Julius Mittenzwei
|
16cb7388ee
|
Removing asyncio.coroutine syntax from HASS core (#12509)
* changed asyncio.coroutine syntax to new async def/await
* removed py34 from tox environment
* reverted some changes within entity.py
* -
* reverted changes within bootstrap.py
* reverted changes within discovery.py
* switched decorators
* Reverted change within aiohttp_client.py
* reverted change within logging.py
* switched decorators
* Await lock properly
* removed asyncio.coroutine from test
|
2018-02-25 03:38:46 -08:00 |
Adam Mills
|
c4810da82f
|
Unit tests to improve core coverage (#9659)
* Code coverage of logging util
* Improve async util coverage
* Add test coverage for restore_state
* get_random_string test
|
2017-10-02 20:25:04 -07:00 |