-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade pytest-aiohttp #82475
Upgrade pytest-aiohttp #82475
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea78c09 - Browse repository at this point
Copy the full SHA ea78c09View commit details -
Make sure executors, tasks and timers are closed
Some test will trigger warnings on garbage collect, these warnings spills over into next test. Some test trigger tasks that raise errors on shutdown, these spill over into next test. This is to mimic older pytest-aiohttp and it's behaviour on test cleanup. Discussions on similar changes for pytest-aiohttp are here: pytest-dev/pytest-asyncio#309
Configuration menu - View commit details
-
Copy full SHA for c47a210 - Browse repository at this point
Copy the full SHA c47a210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b5fca - Browse repository at this point
Copy the full SHA 72b5fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 194c8c5 - Browse repository at this point
Copy the full SHA 194c8c5View commit details -
Make sure the ConditionType is not async
/home-assistant/homeassistant/helpers/template.py:2082: RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited def wrapper(*args, **kwargs): Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
Configuration menu - View commit details
-
Copy full SHA for 71b283f - Browse repository at this point
Copy the full SHA 71b283fView commit details -
Increase litejet press tests with a factor 10
The times are simulated anyway, and we can't stop the normal event from occuring.
Configuration menu - View commit details
-
Copy full SHA for ef8df5a - Browse repository at this point
Copy the full SHA ef8df5aView commit details -
Use async handlers for aiohttp
tests/components/motioneye/test_camera.py::test_get_still_image_from_camera tests/components/motioneye/test_camera.py::test_get_still_image_from_camera tests/components/motioneye/test_camera.py::test_get_stream_from_camera tests/components/motioneye/test_camera.py::test_get_stream_from_camera tests/components/motioneye/test_camera.py::test_camera_option_stream_url_template tests/components/motioneye/test_camera.py::test_camera_option_stream_url_template /Users/joakim/src/hass/home-assistant/venv/lib/python3.9/site-packages/aiohttp/web_urldispatcher.py:189: DeprecationWarning: Bare functions are deprecated, use async ones warnings.warn(
Configuration menu - View commit details
-
Copy full SHA for b162712 - Browse repository at this point
Copy the full SHA b162712View commit details -
Switch to freezegun in modbus tests
The tests allowed clock to tick in between steps
Configuration menu - View commit details
-
Copy full SHA for 2a208d0 - Browse repository at this point
Copy the full SHA 2a208d0View commit details -
Make sure skybell object are fully mocked
Old tests would trigger attempts to post to could services: ``` DEBUG:aioskybell:HTTP post https://cloud.myskybell.com/api/v3/login/ Request with headers: {'content-type': 'application/json', 'accept': '*/*', 'x-skybell-app-id': 'd2b542c7-a7e4-4e1e-b77d-2b76911c7c46', 'x-skybell-client-id': '1f36a3c0-6dee-4997-a6db-4e1c67338e57'} ```
Configuration menu - View commit details
-
Copy full SHA for f8ff685 - Browse repository at this point
Copy the full SHA f8ff685View commit details -
Configuration menu - View commit details
-
Copy full SHA for f48843a - Browse repository at this point
Copy the full SHA f48843aView commit details