summaryrefslogtreecommitdiff
path: root/tests/decorators/test_http.py
AgeCommit message (Collapse)Author
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
As Python 3.12 is now the floor, we can drop the shims and use the `inspect` module.
2023-09-13Refs #31949 -- Made make_middleware_decorator to work with async functions.Ben Lomax
2023-09-13Added more tests for decorators.Ben Lomax
2023-06-26Refs #31949 -- Made http decorators to work with async functions.th3nn3ss
2023-06-26Added more tests for http decorators.th3nn3ss
2023-06-26Moved http decorator tests into decorators/test_http.py.Mariusz Felisiak