summaryrefslogtreecommitdiff
path: root/tests/asgi
AgeCommit message (Expand)Author
2022-12-22Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson
2022-08-04Refs #33173, Refs #33755 -- Fixed ResourceWarning from unclosed files in ASGI...Carlton Gibson
2022-06-09Fixed #33755 -- Moved ASGI body-file cleanup into request class.Jonas Lundberg
2022-05-31Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.Jonas Lundberg
2022-04-14Removed stale Windows asyncio test skips.Carlton Gibson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-01Fixed #32889 -- Allowed per-request sync_to_async context in ASGIHandler .Allan Feldman
2021-02-06Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann
2020-11-05Fixed #31550 -- Adjusted ASGI test_file_response for various Windows content ...Christopher Keith
2020-06-08Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().Joshua Massover
2020-05-06Fixed #31515 -- Made ASGIHandler dispatch lifecycle signals with thread sensi...Carlton Gibson
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-03-05Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin
2019-11-06Harmonized Windows checks in tests to a single style.Jon Dufresne
2019-10-24Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.Carlton Gibson
2019-06-20Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.Mariusz Felisiak
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin