summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_handlers.py
AgeCommit message (Collapse)Author
2022-08-08Added test for non-HTTP request on ASGIStaticFilesHandler.Carlton Gibson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-06-08Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().Joshua Massover