mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 23:07:53 +00:00

* Migrate WSGI to asyncio * Rename wsgi -> http * Python 3.4 compat * Move linting to Python 3.4 * lint * Lint * Fix Python 3.4 mock_open + binary data * Surpress logging aiohttp.access * Spelling * Sending files is a coroutine * More callback annotations and naming fixes * Fix ios
2 lines
32 B
Python
2 lines
32 B
Python
"""Tests for Home Assistant."""
|